reduce the font size of title & content Image Show GK4

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Tue Sep 09, 2014 5:28 pm
Hi Guys ,

How to reduce the font of TITLE & CONTENT for Image Show GK4.

http://misslistings.com/

appreciate your assistance very much
User avatar
Junior Boarder

GK User
Tue Sep 09, 2014 9:52 pm
Hi Russel,
no problem, use this:
Code: Select all
.gkIsWrapper-gk_musicstate figcaption > h2 { font-size: 45px; }
.gkIsWrapper-gk_musicstate figcaption > p { font-size: 35px; }
.gkIsWrapper-gk_musicstate figcaption > a {
    background:  rgba(0, 0, 0, 0.4);
    font-size: 20px;
    padding: 0 5px; }



Remember to read tip from my footer.
User avatar
Platinum Boarder

GK User
Tue Sep 09, 2014 9:53 pm
p.s.
H2 - is for title
p - is for subtitle/description
a - appearance of read more button
User avatar
Platinum Boarder

GK User
Wed Sep 10, 2014 3:35 pm
Thanks Oscar,

You are the best ever!
User avatar
Junior Boarder


cron