How to change What We Do button style

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 Aug 13, 2014 1:11 pm
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;
}
User avatar
Fresh Boarder

GK User
Wed Aug 13, 2014 1:34 pm
1. Could you please post an url to your site?
2. What would you like to achieve?
User avatar
Moderator

GK User
Wed Aug 13, 2014 1:59 pm
I sent a PM with the URL to you
TXS Marc
User avatar
Fresh Boarder

GK User
Thu Aug 14, 2014 2:07 pm
Try with this code:
Code: Select all
.gkIsWrapper-gk_creativity .figcaption > a.gkLearnMore {background: #ff0000}
.gkIsWrapper-gk_creativity .figcaption > a.gkLearnMore:hover {background: #00ff00}
User avatar
Moderator

GK User
Fri Aug 15, 2014 11:34 pm
Hi Cyberek, I put it there, but nothing changed.
Do you've an other idea?
TXS Marc


Path: templates/gk_creativity/css
File: 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.gkLearnMore {background: #ff0000}
.gkIsWrapper-gk_creativity .figcaption > a.gkLearnMore:hover {background: #00ff00}
User avatar
Fresh Boarder

GK User
Sat Aug 16, 2014 12:22 am
Now it's working. Many thanks to you. I think it was a bit delayed due to the cache.

Topic closed
TXS Marc
User avatar
Fresh Boarder

GK User
Sun Aug 17, 2014 10:26 am
I thought this is a cache issue. I'm glad you could found it on your own.
User avatar
Moderator


cron