Can you please let me know where I can change the color of the portfolio item titles? The ones that are cufon replaced.
Thank you!
Can you please let me know where I can change the color of the portfolio item titles? The ones that are cufon replaced.
Thank you!
Depending on which style (colours) you are using it'll either be in /css/style1.css or /css/style2.css or /css/style3.css.
You just need to change the colour which looks like this:
h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, strong {
color:#555555;
}Thank you for your response. I am using the dark version of the theme and when I change the line you listed above (265), my portfolio item titles still stay black. I am using Coda to edit and have made the color change on all style.css (original, plus 1,2 & 3 just to make sure). I am able to change other colors, just not these titles.
The page is here: http://blushpremier.com/makeup-artists-portland-oregon/?page_id=46
Thanks.
What plugins do you have active?
Something's adding this code to your source which is causing the problem:
<!-- custom styles set at your backend-->
<style type='text/css'>
div .dropcap2, div .dropcap3, div .dynamicBg, body .boxed, div .button, #top div .pagination a:hover{background-color: #0a0000; }
div a, div a:hover{color: #0a0000; }
</style>
<!-- end custom styles-->
You can get around it by adding this to your /css/style3.css file:
div a, div a:hover{color: #0a0000 !important; }
change #0a0000 to your preferred colour.
You must log in to post.