Tagged: x
-
AuthorPosts
-
November 1, 2016 at 9:06 pm #1240143
Simon TParticipantHey Guys,
I have quite a lot of CSS on my website to get the Navbar items with squares around them. When I added WooCommerce to the site, it added the cart underneath the social icons which is perfect, but it has the square around it which I don’t want.
I would like to know how I can increase the size of the cart icon, make it white and also remove the box around it?
I will post login details below as you will probably want to see the CSS I have in there already!
November 1, 2016 at 9:07 pm #1240144
Simon TParticipantThis reply has been marked as private.November 2, 2016 at 2:45 am #1240374
RupokMemberHi there,
Thanks for writing in! I have adjusted the color from Customize > WooCommerce – http://prntscr.com/d20kjs
You can add this under Custom > CSS in the Customizer to adjust the border and font-size :
.x-navbar .x-nav > li.x-menu-item-woocommerce > a .x-cart { border: medium none; font-size: 26px; }Hope this helps.
Cheers!
November 2, 2016 at 2:52 am #1240380
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.x-cart.inner.inline.rounded { border: none !IMPORTANT; font-size: 25px; }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1240143 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
