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
.gkIsWrapper-gk_hotel_tabs figcaption > div {
text-align: center;
width: 100%;
}
.gkIsWrapper-gk_hotel_tabs figcaption h2 {
font-size: ....
font-family: ...
}