Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Theme Options
page title height and background
CharTec
February 2015
in
Theme Options
Would it be possible to change the page title height and background for each page?
Thanks
Comments
Albert
February 2015
This can be done within custom css only. If you will send us url to one of your pages, we'll be able to give you example how to do it. Also please tell us which background you exactly want to change and let us know if you mean bg color or image.
CharTec
February 2015
try this page:
http://spectrum.chartecweb.com/services/
insert any bg image. and set the height to 200px.
Albert
February 2015
So per page, css will be as below:
.page-id-xxx #Subheader {
background-image: url("PATH-TO-IMAGE");
height: 300px;
}
where xxx is page ID.
CharTec
February 2015
works perfect thanks
Albert
February 2015
You're welcome
Sign In
or
Register
to comment.
Comments
insert any bg image. and set the height to 200px.