badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Page Title Banner

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #58983
    karissa
    Participant

    On my home page there is no colourful banner, but on all my other pages a banner appears underneath the page title (i.e. under the word “About” on my about page there is a banner). Is there any way to change or get rid of this?

    Thanks.

    #58994

    Hi Karissa,

    Can you provide us your site Url? So that we can see the problem that you are talking about.

    Thank you!

    #59076
    karissa
    Participant

    Hey, I can’t send a link, unfortunately, because I’m using a software attached to wordpress that only allows my computer to view the website (it’s also not currently live). I attached an image of the coloured bar. I’m just wondering if it’s optional to remove it?

    Coloured Banner

    #59093

    Hi Karissa,

    To remove it just go to the Appearance > Customize > Additional CSS and paste the custom CSS code below:

    If you need to remove the whole bar use the custom CSS below:

    .page-header .page-title-wrap {
        display: none;
    }

    OR, If you just need to remove the just the background color use below custom CSS code

    .page-header .page-title-wrap:before {
        content: normal;
    }
    .page-header .page-title-wrap {
        color: #333;
        border-top: 1px solid rgba(0,0,0,0.1) ;
    }

    Thank you for using our theme

    #59097
    karissa
    Participant

    Thanks so much!

    #59106

    Welcome anytime Karissa.

    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/theme/inc/reviews/?filter=5
    We really appreciate your rating.

    Thank you for using our theme.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.