Change Image Show GK4 slider font color

GK User
Sat Feb 14, 2015 12:19 am
I was able to change the text color for the slider content but cannot identify the code for slider title. :oops:

I thought it would be this code
Code: Select all
.gkIsWrapper-gk_photo figcaption h2{}
but changing it doesn't do anything. What am I missing?

screenshot.png
User avatar
Senior Boarder

GK User
Sat Feb 14, 2015 8:16 am
Could you please post an url to your site?
User avatar
Moderator

GK User
Mon Feb 16, 2015 5:22 pm
I PMd you the url.
User avatar
Senior Boarder

GK User
Mon Feb 16, 2015 7:15 pm
Please edit: /templates/gk_photo/css/override.css and add at its end:
Code: Select all
.gkIsWrapper-gk_photo figcaption h2 {
color: red;
}

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

GK User
Mon Feb 16, 2015 8:29 pm
Cyberek wrote:Please edit: /templates/gk_photo/css/override.css and add at its end:
Code: Select all
.gkIsWrapper-gk_photo figcaption h2 {
color: red;
}

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


Hi there.... I had tried this prior to opening this ticket and it didn't work. override.css is definitely active as I have other changes in there that do work.

On a hunch I tried adding it to the Custom CSS box and it did work. Then I deleted from Custom CSS and added it to the beginning of override.css (it was previously at the end) and it worked! Strange.

Thank you for your help!
User avatar
Senior Boarder

GK User
Tue Feb 17, 2015 6:38 pm
With experience one day you will know that when such thing happens - you have an error in your css file, probably somewhere at it's end causing no other css rules (after that error) working fine.
User avatar
Moderator

GK User
Tue Feb 17, 2015 6:44 pm
And the problem is exactly here:
Code: Select all
#gk-menu-button,
#gk-menu-button > span:before,
#gk-menu-button > span
{background:  transparent !important; }
 display: none!important;
}
User avatar
Moderator

GK User
Tue Feb 17, 2015 7:12 pm
Cyberek wrote:And the problem is exactly here:
Code: Select all
#gk-menu-button,
#gk-menu-button > span:before,
#gk-menu-button > span
{background:  transparent !important; }
 display: none!important;
}


Got it. Thanks for the incredible support.
User avatar
Senior Boarder

GK User
Wed Feb 18, 2015 5:00 pm
No problem.
Is there anything else I can help you with regarding this topic?
User avatar
Moderator


cron