Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #601812
    jsurpre
    Participant

    Hi X,
    Need some help.

    Trying to change the page title color to #000 and the page title background to just be #fff.

    First time using WooCommerce, is it interfering in some way?

    Thank you

    #601817
    jsurpre
    Participant
    This reply has been marked as private.
    #601819
    jsurpre
    Participant
    This reply has been marked as private.
    #601964
    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-header-landmark {
        background-color: transparent;
    }
    
    .h-landmark {
        color: #000000;
    }
    
    div#top {
        background-color: #ffffff;
    }

    Hope this helps – thanks!

    #601981
    jsurpre
    Participant

    So, yes and no.

    Page title background – gone, good!

    Page title still white.

    Can you help?

    #601982
    jsurpre
    Participant

    Or, is there a way to make that whole page title block go away? so it goes menu to page content?

    #602053
    Jade
    Moderator

    Hi there,

    To get rid of the page title block, please add this in the customizer:

    header.x-container.max {
        display: none;
    }

    Hope this helps.

    #602063
    jsurpre
    Participant

    OH YES! That is it!!!! THANK YOU THANK YOU THANK YOU

    #602143
    Jade
    Moderator

    You’re most welcome! 🙂

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