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: Format Page Title Boxes

#8867

HI Sheryl,

To change the color pf page title boxes Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

.page-title-wrap {
    background-color: #F9F9F9;
    border-color: #EAEAEA;
}

Note: Please change above HEX color code #F9F9F9 to your own HEX color code for page title box and change #EAEAEA for border color of the box

Thank you!