Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1161907
    Marshall
    Participant

    Hi,

    I looked everywhere but I can’t find the answer to this problem. My site is http://www.fitafter55.com, click on any of the links in nav bar and you’ll reach a page with a title banner at the top that is beige in color. How do I change the color and height?

    Thanks.

    #1161913
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    header.x-header-landmark {
        background-color: #fff !important;
        border-color: #fff !important;
        padding: 20px 0 !important;
    }

    Thanks.

    #1161936
    Marshall
    Participant

    Perfect, thanks!

    While we’re here, most of the pages will be blog pages showing recent posts (but each will draw from a different category – only tips is set-up now). Currently, it shows “blog” as the title. Since each page will be different, how do I control this (I suppose I can leave it blank as well)? Is there a different way to set this up?

    Thanks.

    #1161941
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .single-post .x-landmark {
        display: none;
    }
    #1161947
    Marshall
    Participant

    Thanks!

    #1161957
    Thai
    Moderator

    If you need anything else please let us know.

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