Change Background gkPageTitle image

GK User
Tue Feb 17, 2015 5:42 pm
Hello,

Is there a way to change the gkPageTitle background image on a per page basis? I'd like to have a relative background image for each page title.

Thank you,
john
User avatar
Senior Boarder

GK User
Tue Feb 17, 2015 7:11 pm
I found a relative article on this: https://www.gavick.com/forums/universit ... cles-40952

Gonna give it a try :)
User avatar
Senior Boarder

teitbite
Wed Feb 18, 2015 10:26 am
Hi

I would suggest the same solution too.

Other way may be with a custom code module as K2 tools for example. You just need to put Your code to it:

Code: Select all
#gkPageTitle { background-image: url('images/bg1.jpg'); }


and simply attach it to pages You want to use this particular background. I always use module position "debug" if I need to use this method.
User avatar
Moderator


cron