I want to change the color of the text, etc. that I put in the Footer Widgets. Right now it's Green for the titles and 4A4A4A for the text.
Hope someone can help!
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
I want to change the color of the text, etc. that I put in the Footer Widgets. Right now it's Green for the titles and 4A4A4A for the text.
Hope someone can help!
We have provided eight different colors you can change colors from Styling options,
or you can change colors of your choice,
Paste this code in Custom CSS
Appearance > Theme Option > Styling Option > Custom CSS
.footer-container h4 {
color: your color value;
}
.footer-container ul a {
color: your color value;
}
Thanks.
Thanks for your reply. The first part of your code
.footer-container h4 {
color: your color value;
}
is working, but the second part has no effect. The text is still 4a4a4a color. Also, there is a green "---------" between the text and the titles that I would like to change the color of (or eliminate altogether).
Please help me change the text color and the "-----" color.
Thank you.
Please send link of your website.
Thanks
Here is the address of my site:
http://www.diet-exercise-health.com/
Please look at the footer widget area. You will see the h4 titles are now blue, but there is a green "--------" line and then the information below the titles is 4a4a4a color. I want to get rid of the -------- and change the 4a4a4a color.
Thank you for your help.
The different color option are available only in our premium version. Where the color of "-------" can be changed.
We haven't provide it in lite version.
Thanks.
OK, can I simply eliminate the "---------"?
And could also you please tell me how to change the color of the text below the "--------" from 4a4a4a to another color?
Do you have hidden files with Colorway? Where can we find green.css and other files, for example?
Some of us don't have enough money to buy the premium theme!
We have to make changes ourselves because we can't afford to pay for a premium theme.
I am now able to change the text size below the "------" by using span tags, but the font color still won't change.
Could you please give me some guidance here? Why won't the color respond to span tags?
@jeff22
To change the color of the text below "------" put the following code in custom css
Appearance -> theme options -> styling options -> custom css
.common a {
color: your color value here;
}
Also sending image for reference

This will solve your problem.
Thanks.
Harmeet, thank you very much! It's working now.
One final question: Is it possible to eliminate the "------" completely? Could you explain the code to get rid of it? I don't really like it and would prefer to make it disappear.
Thanks again.
Put this coding in your custom css
.footer-container h4 {
background:none;
}
Also sending image

This will remove that dashed line.
Thanks.
Thanks again, Harmeet! It's working just as I want it to now!
This topic has been closed to new replies.