Hi,
Where can I find the code for feature item bottom right font color? I've looked in the stylesheet and can't figure out where it is. It's got black font on dark gray background so I need to change it to fff.
Thanks
We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community
Hi,
Where can I find the code for feature item bottom right font color? I've looked in the stylesheet and can't figure out where it is. It's got black font on dark gray background so I need to change it to fff.
Thanks
We are not getting where you want to change the color of the text, send the screen shot of your issue where you want to change the color, so that we can give you the exact solution.
Thanks.
It's the Bottom two Feature Areas of the Front Page.
In this example it's the area where it says 'From the Blog' and 'A Video Demo'. It's the font in those two areas.
Thanks
If you can't see the image here's a link to the live demo page where you can see the two bottom feature areas as mentioned previously. http://inkthemes.com/wpthemes/andrinatheme/
Put the following code in custom css
Appearance -> theme options -> styling options -> custom css
This code will change the color of "From the blog"
And you can put your desired value in place of red
.bottom-feature .bottom-feature-left h1 {
color: red;
}
And the below code will change the color of the "A video demo"
.bottom-feature .bottom-feature-right h1 {
color: red;
}
This will solve your problem.
Thanks.
You must log in to post.