Small issue

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Tue Jan 11, 2011 6:47 pm
hi,

I need help to remove from my mod_gk_image_show, template style the "title small title big" from the center column.
I would like also to have different color in the box "read more" when no mouse is over.

Thank for the support.
User avatar
Fresh Boarder

GK User
Tue Jan 11, 2011 8:27 pm
fist you can add this to override.css and enable it from template manager :
Code: Select all
.gk_is_list h3 .title_small, .gk_is_list h3 .title_big { Display:none }



second goes same place
Code: Select all
.gk_is_art a.readon { background:#ff0000; color:#000000; }

this will make the box red and the text black...

for hover (mouse over) do like this:

Code: Select all
.gk_is_art a.readon:hover { background:#ff0000; color:#000000; }
User avatar
Platinum Boarder

GK User
Tue Jan 11, 2011 8:27 pm
oh and welcome to gavick !
User avatar
Platinum Boarder


cron