February 18, 2016 at 11:51 am
#42708
Theme Horse Support Team
Keymaster
Hi Ghowes,
To add the background image for the page title just go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
.page-title-wrap {
background-image: url("ADD-YOUR-IMAGE-LINK-HERE");
}
Note: Please replace your image link in above ADD-YOUR-IMAGE-LINK-HERE text.
Thank you!