Formatting text/button in image show

Free Joomla module to create slideshow on your website which includes different data like part of articles or text defined by user.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Mar 29, 2017 4:03 am
Hi,

I'm want to format the text in the Image Show module (change font and center text/button) on the home page. What css values do I need to override to do this?

My site with Hotel template: http://www.restoretribe.com

Thanks,
Mat
User avatar
Junior Boarder

Joshua M
Fri Mar 31, 2017 8:53 am
Hi,

Try to add the following custom css code:
Code: Select all
.gkIsWrapper-gk_hotel_tabs figcaption > div {
    text-align: center;
    width: 100%;
}
.gkIsWrapper-gk_hotel_tabs figcaption h2 {
font-size: ....
font-family: ...
}


and add your font values.
User avatar
Moderator


cron