Slider

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Sat Aug 10, 2013 11:21 am
I, I need to have the text of the slide in forntpage smaller and the background white.
How could I configured this??

Thanks
User avatar
Gold Boarder

GK User
Sat Aug 10, 2013 1:13 pm
Please edit: /templates/gk_the_real_design/css/override.css and add at its end:
Code: Select all
.gkIsWrapper-gk_the_real_design .gkHeaderBg {background: none;}
.gkIsWrapper-gk_the_real_design .gkIsTextTitle a {font-size: 20px; line-height: 25px; color: #000;}
.gkIsWrapper-gk_the_real_design .gkIsTextTitle a:hover {color: #F00;}


First line will set background to transparent;
Second sets font size to 20px and line height to 25px, and color to black - work with those numbers to fit your taste.
Last line sets hover color to red.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron