March 19, 2014 at 5:53 am
#8867
Theme Horse Support Team
Keymaster
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!