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*

Reply To: Page Title 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