Tagged: x
-
AuthorPosts
-
January 27, 2017 at 5:14 pm #1348298
TomasJarvlingParticipantHi.
On this page: http://www.antoniofiorelli.se/produkt/kostym-2/#kostym i have created at composite product in woocommercer. I would like to remove the picture border around the product picture. This is what woo commerce support wrote:Hi Tomas,
Thanks for contacting WooCommerce!
This is added by your theme and not WooCommerce. You should contact your theme author or a CSS expert to help you with theme changes. Unfortunately we cannot help with CSS customizations here I’m afraid.
If you’re not sure about CSS, take a look at this guide: https://cssworkshop.wordpress.com/
To help point you in the right direction, the CSS that currently controls it is
.widget_best_sellers ul li a img, .widget_shopping_cart ul li a img, .widget_products ul li a img, .widget_featured_products ul li a img, .widget_onsale ul li a img, .widget_random_products ul li a img, .widget_recently_viewed_products ul li a img, .widget_recent_products ul li a img, .widget_recent_reviews ul li a img, .widget_top_rated_products ul li a img
In this theme CSS file: http://www.antoniofiorelli.se/wp-content/themes/x/framework/css/dist/site/woocommerce/renew.cssHope that helps, all the best!
Regards,
Joel W – Happiness Engineer
Can you help me?
Tomas
January 28, 2017 at 3:15 am #1348693
Rue NelModeratorHello Tomas,
Thanks for writing in! To remove the border around the image of the product in your site, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.widget_best_sellers ul li a img, .widget_shopping_cart ul li a img, .widget_products ul li a img, .widget_featured_products ul li a img, .widget_onsale ul li a img, .widget_random_products ul li a img, .widget_recently_viewed_products ul li a img, .widget_recent_products ul li a img, .widget_recent_reviews ul li a img, .widget_top_rated_products ul li a img { border: none; padding: 0; }Hope this helps. Kindly let us know.
January 28, 2017 at 8:08 am #1348830
TomasJarvlingParticipantHi.
I added the code but the lines are still there.
TomasJanuary 28, 2017 at 8:33 am #1348849
ThaiModeratorHi There,
Please try adding the following CSS:
.woocommerce div.product .images .x-img-thumbnail, .woocommerce li.product .entry-featured { border: none; padding: 0; }And also remove this CSS:
//.x-topbar .p-info { float: right; }Hope it helps 🙂
January 28, 2017 at 8:53 am #1348877
TomasJarvlingParticipantPerfect. Thanks
January 28, 2017 at 10:43 am #1348945
ThaiModeratorIf you need anything else please let us know.
January 29, 2017 at 1:26 am #1349360
TomasJarvlingParticipantPerfect.
Do you know how I change the words “The shop”? Is that in the plugin or in the theme?Tomas
January 29, 2017 at 4:36 am #1349441
ChristianModeratorYou can change the Shop Title under Appearance > Customize > Ethos
Thanks.
January 29, 2017 at 4:54 am #1349454
TomasJarvlingParticipantPerfect. Thanks.
In the picture, the word is not vertically centered. Is that possible to adjust?Tomas
January 29, 2017 at 5:59 am #1349496
ThaiModeratorHi Tomas,
Please add the following CSS:
body.x-navbar-fixed-top-active .x-navbar-wrap { height: auto; }Hope it helps 🙂
January 29, 2017 at 2:23 pm #1349839
TomasJarvlingParticipantHi.
I added the css but i still would like the headline “butik” to be more centered vertically.Tomas
January 29, 2017 at 9:02 pm #1350185
RadModeratorHi there,
It’s vertically centered, but overlapping with the menu since you gave your menu a 20px height. Please go to Admin > Appearance > Customizer > Header > Navbar Height and set it to 50.
Hope this helps.
January 30, 2017 at 12:10 am #1350305
TomasJarvlingParticipantAhh, sorry:)
Tomas
January 30, 2017 at 12:27 am #1350323
Rue NelModeratorNo Problem.
If you need anything else we can help you with, don’t hesitate to open another thread. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1348298 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
