Footer Font Color

Posted in: Newsmag
Post count: 106

I can find how to change the background color for the footer. But, how is the footer font color changed and the block color changed for the widgets?

It’s different than shown in the documentation.

Thanks,

Post count: 7909

Hi,

I guess that you use style 1 for footer with default widgets, so you can change colors using custom css in Theme Panel > Custom Css – http://screencast.com/t/Tbch8wEM3neS

.footer-text-wrap {
color: red;
}
.td-footer-container .block-title span {
background-color: #AEAD52;
color: #3AA882;
}
.td-footer-container .td_block_7 .entry-title a {
color: #3AA882;
}
.td-footer-container .widget_categories li a{
color: rgb(119, 123, 194) !important
}

Thanks!

Post count: 106

Thanks for your reply.

In the footer of my site, there is extra space below the social media icons in the footer. It just doesn’t look right. How can that be removed? Or, what did I do to cause that?

The site is: http://rebellioustimes.com/

Thanks,

Post count: 7909

Hi,

You have a text widget there in Footer 1 – http://screencast.com/t/J04V23DT
Also if you need to reduce more space bellow footer info you can try to reduce margin using css code in Theme Panel > Custom Css – http://screencast.com/t/j5GN0RfCNTl

.td-footer-container .td-footer-info {
margin-bottom: 15px;
}

Thanks!

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