Style Nav and Footer dark background color issues

Posted in: Newspaper
Post count: 1

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

Post count: 3343

Reply via email

Post count: 11

Hi there,

I have the same problem like “robson”. Can you please, send me the solution on email.

http://wwww.uesmag.com/

Best regards,

piXelfreak

Post count: 3343

Hello,
Your site doesn’t work

Post count: 11

Sorry,

wrong link http://www.uesmag.com/

Post count: 3343

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!

Post count: 11

Thank you for fast replay.
You got the point!

piXelfreak

Post count: 7

Hello,

Could you please help me? How can I change the footer’s color to black or dark grey?

I have tried inserting that css code you have shared previously on the Custom CSS section, and replacing it with the color # of black, but it doesn’t work.

Please help

Post count: 7909

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!

Post count: 7

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?

Post count: 6600

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

Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Newspaper’ is closed to new topics and replies.