change colours in footer Author box

Posted in: Newspaper
Post count: 5

Hi,
We are using tagDiv’s Newspaper theme for our blog “Organic Beauty Life” http://www.organicbeautylife.com.au/. We have recently changed our site’s colours and need some help getting elements to show. Specifically in the “Our Authors” widget in the footer. Can we remove (or change) the colour, so the border is the same as the background (black). Also the author names are not appearing as they are black on a black background. How can we change the colour of these please?
Many thanks
Lewin & Reilly

Post count: 23312

Hello lewinandreilly,

Try the code below and place it in Theme panel->Custom CSS area.

.td_top_authors .td-authors-name a{
color:green;
}
.td_top_authors .td_mod_wrap:hover .td-authors-name a{
color:red;
}

The result is here -> http://screencast.com/t/hCcWpwauKzup

Thanks for the message!

Post count: 5

Hi,
Thanks for that but it’s not quite right. We have 2 author boxes, 1 in the sidebar on a white background and the other in the footer on a black background. We’d like the colour of the Author names in the sidebar author box to be different from that in the footer box.
Also the author box has a white border we would like to remove.

Thank you

Post count: 23312

Hello lewinandreilly,

Try the code below and place it in Theme panel->Custom CSS area.

.td_top_authors .td_mod_wrap {
border:0;
}
.td-container .td-authors-name a {
color:red!important;
}
.td-footer-wrapper .td-authors-name a {
color:grey!important;
}

Thanks for the message!

Post count: 5

Perfect, thank you

Post count: 5

Hi there,

I’m not sure where to start a new topic, so hope it’s ok to put a new question in here:

How do I change or remove the opacity that overlays most of the images on our homepage please?

Post count: 23312

Hello lewinandreilly,

If you want to remove the background image effect, you should use the code below and place it in Theme panel-> Custom CSS Area.

The code is ->

.td-module-thumb a:last-child:before{
display:none!important;
}

The result is here -> https://www.screencast.com/t/AXrI62XYwPIV

Thanks for the message!

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