Selector for ImageShow text..

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Sep 16, 2012 8:26 am
Reply with quote
Report this post
Hello guys . would you please help me find the right selector for the text in the imageShow. And tell me where to add in the font settings (Header or Body)
User avatar
Platinum Boarder

GK User
Sun Sep 16, 2012 8:43 am
Reply with quote
Report this post
I cannot see image show being used in GameNews template. Which style are you using or if you can post a link to your website so we can make a suggestion.

See you around...
User avatar
Platinum Boarder

GK User
Sun Sep 16, 2012 8:46 am
Reply with quote
Report this post
The site is local right now. but I'm using Musicity style
User avatar
Platinum Boarder

GK User
Mon Sep 17, 2012 5:59 am
Reply with quote
Report this post
Selector for title is,
Code: Select all
.gkIsTextTitle


Add it to group depending on which font you want this class to use.

See you around...
User avatar
Platinum Boarder

GK User
Mon Sep 17, 2012 5:28 pm
Reply with quote
Report this post
It doesn't work
User avatar
Platinum Boarder

GK User
Sun Sep 23, 2012 5:31 am
Reply with quote
Report this post
Class name is correct for musicity theme for image show GK4 module.

Try adding it in css/override.css file and enable css override in template settings > advanced settings > css override "on".

Then add the font-family yourself for above class such as below. Change font-family to your chosen font
Code: Select all
.gkIsTextTitle { font-family: WinterthurCondensed,Arial,sans-serif !important ;}

You can also try below as well
Code: Select all
.gkIsWrapper-gk_musicity .gkIsText a { font-family: WinterthurCondensed,Arial,sans-serif !important ;}


See you around...
User avatar
Platinum Boarder


cron