Tagged: x
-
AuthorPosts
-
May 26, 2016 at 1:57 pm #1011567
crbasfordParticipantI am trying to see if there is a way to change the look of the text on the shop category archives page (this would apply to all the category pages) eventually but for now I sent you a screenshot of this one.
I would like the text size and style to be different and maybe add a color behind the words.
http://www.empireearsdeals.com/?product_cat=universal-in-ears
May 26, 2016 at 2:30 pm #1011621
crbasfordParticipantIf I cant change the text (To be all caps or maybe a different header size) what is the code to just hid it all together?
May 26, 2016 at 5:16 pm #1011862
FriechModeratorHi There,
Thanks for writing in! Did you hide it? I’m not seeing it in there. Please confirm.
You can add this code on your Custom CSS in Customizer to adjust the font size and change the color.
.archive .h-landmark, .archive .p-landmark-sub { color: red; font-size: 80%; }Cheers!
May 27, 2016 at 11:04 am #1013112
crbasfordParticipantWorked great! I am curious how to remove the text at the top of the description area as well. The line would be helpful to remove as well but not necessary.
http://www.empireearsdeals.com/?product=apollo-x
Also the full width CSS you gave me did not make the sections go full width. Please advise.
May 27, 2016 at 1:45 pm #1013340
JoaoModeratorPlease add the following code to your Appereance / Customizer / Custom /CSS
.x-nav-tabs { display: none; } .x-tab-content h2 { display: none; }I am not sure about what you mean with making the section full-width. But you could try to do this.
Click on Edit page, and below the update button you can change the page template for No Container | Header Footer
Please see img attached
Hope that helps,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1011567 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
