slide block text

Posted in: Newsmag
Post count: 19

Hi I have a problem with slide block text. As it’s white, It’s confusing with background. How can I gradient the background, or chance background image opacity, and/or put text in evidence? Thanks.

Post count: 6535

Hi

The background color for the site can be changed from theme panel > theme fonts: http://screencast.com/t/eQVGhx9bF0A Also you can use this css in theme panel > custom code> custom css to change the title color from posts deiplayed in slide block: http://screencast.com/t/x9wffdb1

.td_block_slide .entry-title a{
color: red;
}

Thanks!

Post count: 19

Thank you but changing slide text color i don’t achieve a good result as images changes by post to post and text is always confusing. Is there a way i can stand out the text? decreasing image opacity? Chancing gradient values? Please help.

Post count: 6535

Hi

You can add a background color for the post title like here: http://screencast.com/t/qggFjqP2

.td_block_slide .entry-title{
background-color: brown;
}

The color can be changed as you want such that to obtain a better contrast with the image.
Thanks!

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