Hello,
First of all, well done on a brilliant collection of templates. Brilliant work!
I am writing to you today after spending a good amount of time scouting through the CSS of the Simplicity theme.
I am trying to change the colour from the video link (thickbox) in the homepage header.
The code in the widget is as following:
<a class="gk-video-link thickbox" href="http://player.vimeo.com/video/22126094?title=0&TB_iframe=true&width=600&height=256">Watch the video.</a>
I have identified the class as 'gk-video-link' as the class impacting the style of the link.
Nonetheless, when adding the following code in my override.css, the hover of the link remains yellow and not black as I am stating in the code (I use style3.css).
.gk-video-link:hover {
color: #000;
}
Any reason why that is? I have tried all type of css alterations, looked into the knowledgebase (found something about '!important' that could be at the root of my issues) but, alas, without any luck.
I look forward to hearing from you,
Theodore K.