Hi there,
I’ve styled the Header and the Footer of the theme so that they could have a dark background color, but now I’ve been having some issues.
I’d really appreciate if tagdiv support team could help me to improve these few details so that I can finally achieve the look I want for my site.
Regarding the header I’d need it to display a white version of my logo when it becomes responsive and I’ll try to explain it objectively.
I mean, I’ve kept the following classes the same as default (.td-full-layout .td-header-bg) with the background color set to white, and this results on displaying a color version of my logo while I’m on the desktop version of the site, that’s ok for me, because this is what I want. However, when the site goes responsive it displays the color version of my logo too, but I’d like it to display a white version of my logo instead, this way it would fit perfectly over these classes (.td-full-layout .td-menu-background) which are the ones that styles the background color of the menu navigation, and as long as I’ve applied a green background color to it, my logo looks weird when navigation on mobile version of the site.
To complete the overall look of my site I’d like to have all texts in the footer to be changed to a white color.
Thanks in advance for your attention.
Robson alves
Hi there,
I have the same problem like “robson”. Can you please, send me the solution on email.
Best regards,
piXelfreak
Hello,
@pixelfreak do you want to change the footer color text to white?
Add this in style.css
.td-footer-wrap, .td-footer-wrap .td_mod_wrap .entry-title a {
color: #FFFFFF !important;
}
Also if you want you can use our login widget, I see that you have a login on the top menu. http://screencast.com/t/utH8KG0Kn
Thanks for the message!
Hi,
@anamart Please provide more details about what you want to change in the footer and also you site URL.
There is an option in Theme Panel > Theme Colors to change background and text color: http://screencast.com/t/fENkDVYcjOnA
Thanks!
Sorry, is there an update I need to install? Because I don’t see any of those options showed on the screen capture on my Theme Panel > Theme Colors tab đ
I even made a video so that you may see it’s not in there: http://www.screencast.com/t/saiNeYQu
My url is this: http://bit.ly/1GZlROe
As you can see the footer is the right color, but I cannot change the text color to black or grey. There is just no option for it. There is only an option to change the “sub-footer” text, which I have tried but it ultimately doesn’t change what I need.
Could you please help me?
Hi,
That is because you’re using the newsmag theme not newspaper. For newsmag there is no option to change the footer text color just the background color.
We have this on our todo list for the next update, until then you can use custom css to change it, like this: http://screencast.com/t/C7OXJJTm
Use the css below and just change the color into the one you want, add it in theme panel > custom css section:
.td-footer-container, .td-footer-container .block-title > a, .td-footer-container .block-title > span, .td-footer-container .entry-title > a, .td-footer-container .entry-title > span, .td-footer-container a, .td-footer-container .meta-info .entry-date {
color: red;
}
Let me know how it works and please make a new tread regarding this in the newsmage theme forum section: https://forum.tagdiv.com/forum/newsmag/
Thanks