Tagged: x
-
AuthorPosts
-
December 27, 2016 at 12:32 pm #1306074
bletekParticipantHow do I not display the woocommerce cart icon in the x theme top bar. I just want it not displaying.
R
December 27, 2016 at 12:38 pm #1306082
RupokMemberHi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
December 27, 2016 at 12:48 pm #1306101
bletekParticipanthttp://www.musicbymikeallen.com
want to remove the white shopping cart from the topbar in the top right. Just dont want it displayed with the social icons.
R
December 27, 2016 at 1:01 pm #1306123
Nabeel AModeratorHi again,
Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.x-social-global .x-icon-shopping-cart { display: none !important; }Let us know how this goes!
December 27, 2016 at 1:52 pm #1306176
bletekParticipantWent perfectly. One last question. I would like to place text right next to those icons that says “Dont forget to follow Mike on Social Media!” in the topbar
December 27, 2016 at 8:32 pm #1306585
FriechModeratorHi There,
You can add this under Custom > CSS in the Customizer.
.x-topbar .x-social-global:after { content: "Dont forget to follow Mike on Social Media!"; font-size: small; }Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1306074 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
