Different Header Image Per Page

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Tue Feb 24, 2015 6:03 pm
I want to have a different header image in different pages. Every time I search to figure it out, it's over my head on what to do. I know it can't be that hard to do. Please advise.
User avatar
Fresh Boarder

GK User
Tue Feb 24, 2015 10:45 pm
Hi,

Please send me direct URLs - on which pages you want to have header image (do you mean the same header as on the frontpage, but with another image and content?)
User avatar
Moderator

GK User
Wed Feb 25, 2015 7:47 pm
I sent it to you in a PM.
User avatar
Fresh Boarder

GK User
Wed Feb 25, 2015 10:20 pm
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
.page-id-2328.imageBg #gk-head {
   background-image: url('../images/your_image_for_tournament.jpg')!important
}
User avatar
Moderator

GK User
Thu Feb 26, 2015 2:32 am
Thank you so much!! Worked perfectly!
User avatar
Fresh Boarder


cron