Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1011567
    crbasford
    Participant

    I 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

    #1011621
    crbasford
    Participant

    If 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?

    #1011862
    Friech
    Moderator

    Hi 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!

    #1013112
    crbasford
    Participant

    Worked 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.

    #1013340
    Joao
    Moderator

    Please 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

  • <script> jQuery(function($){ $("#no-reply-1011567 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>