slideshow fontsize and color ???

GK User
Thu Nov 20, 2014 5:06 pm
Can u please guide how do we change the font size and font color of the text used in imageshow slideshow,
Many Thanks for the excellent work !!!
User avatar
Expert Boarder

GK User
Thu Nov 20, 2014 7:10 pm
Hi,
Code: Select all
.gkIsWrapper-gk_photo figcaption h2 { }
.gkIsWrapper-gk_photo figcaption p { }

inside { } and new font-size and new font color, use your CSS basic skills.
User avatar
Platinum Boarder

GK User
Fri Nov 21, 2014 8:09 am
Thank you, it worked, now how do we reduce main menu font size as we need to accommodate more menu items......
User avatar
Expert Boarder

GK User
Fri Nov 21, 2014 8:40 am
In general using this:
Code: Select all
 .gk-overlay-menu > ul > li {
    font-size: 34px;
}


but unfortunately, but our developer decided that the font size should depend on the size of the screen, so this code is also in those .css files:
User avatar
Platinum Boarder

GK User
Fri Nov 21, 2014 10:05 am
Many Thanks for the help !
User avatar
Expert Boarder

GK User
Fri Nov 21, 2014 10:14 am
User avatar
Platinum Boarder


cron