Hi,
I tryed the given Explanation, but nothing changed.
I used Kontrollzentrum - Templates - Templates - gk_creativity Details ... Folder \css - Editor override.css to put the code
I checked at template advanced stettings that css override is enabled.
It would be great if you could help, because I need a solid button due to my more or less white intro image .
new code in override.css
/*
#------------------------------------------------------------------------
# Creativity - May Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/
/* Here you can include your override CSS styles */
.gkIsWrapper-gk_creativity .figcaption > a {
background: solid #FFFFFF;
border: 2px solid #FFFFFF;
border-radius: 2px;
color: #FFFFFF;
font-size: 15px;
font-weight: 600;
padding: 20px 36px;
text-transform: uppercase;
}
.gkIsWrapper-gk_creativity .figcaption > a:hover
{background: green; color: yellow; }
-----------------old one-------------------------------------
Second, by default in the Quickstart the “What We Do” button is inside “gkIsWrapper-gk_creativity figcaption” CSS classes. So if you want to customize it you have to override a few styles; take a look at the default styles:
.gkIsWrapper-gk_creativity .figcaption > a {
background: transparent;
border: 2px solid #FFFFFF;
border-radius: 2px;
color: #FFFFFF;
font-size: 15px;
font-weight: 600;
padding: 20px 36px;
text-transform: uppercase;
}