Hi, How can I customize the GK Image Show GK4 module? I would like to change the background color of the square in small subtitle letters. Is there any easy way to do it? Exist a list of class or suffix to change it easy. In a configuration they are:
<a href="index.php?Itemid=123" class="btn btn-default btn-large">Text that you wish show</a>
Thanks. Best regards
change background color of subtitle in Module GK image Show G4
alceste To be more precise and avoid confusion/ambiguity in addressing your query, Do you wish to refer to this element as seen in screenshot
- Edited
alceste Try add this to overrride.css file (don't forget to enable override from Template Options → Advanced tab) and change color codes accordingly :
#gkHeaderMod .btn-large{background: #000 !important;color: #770744 !important;}
Kindly ensure to clear your browser cache if changes dont reflect.
aman204 changed the title to change background color of subtitle in Module GK image Show G4.
Thanks! It's OK!
aman204 locked the discussion.