Change color of What We Do button

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon May 19, 2014 3:25 pm
Reply with quote
Report this post
Hello!

How do I change the color to the What We Do Button to have it always look just like it does when you hover over it. That is, I want the box to be white and the "What We Do" text transparent at all times.

How can I do that? I'm using Joomla 3.2.3

Thank you,
Lucia
User avatar
Junior Boarder

GK User
Mon May 19, 2014 4:58 pm
Reply with quote
Report this post
Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
.gkIsWrapper-gk_creativity .figcaption > a {
background: #fff;
color: #7484ff;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed May 21, 2014 3:03 pm
Reply with quote
Report this post
It doesn't change anything...
User avatar
Junior Boarder

GK User
Thu May 22, 2014 7:11 pm
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Fri May 23, 2014 5:48 pm
Reply with quote
Report this post
User avatar
Junior Boarder

GK User
Mon May 26, 2014 8:14 pm
Reply with quote
Report this post
I don't see override.css being loaded, so you probably didn't follow last sentence in my post ;).
User avatar
Moderator

GK User
Tue May 27, 2014 3:50 pm
Reply with quote
Report this post
You were right! However, after I enabled override and inserted to code at the end of override.css - it still did not change the color...
User avatar
Junior Boarder

GK User
Wed May 28, 2014 3:21 pm
Reply with quote
Report this post
Ok - please correct it to:
Code: Select all
.gkIsWrapper-gk_creativity .figcaption > a {
background: #fff !important;
color: #7484ff !important;
}
User avatar
Moderator

GK User
Thu May 29, 2014 3:23 pm
Reply with quote
Report this post
Yay! It worked! Thank you so much!
User avatar
Junior Boarder

GK User
Thu May 29, 2014 4:47 pm
Reply with quote
Report this post
Sorry it took so long. I hope you like the template :).
User avatar
Moderator


cron