opacity on homepage post element

Posted in: Newspaper
Post count: 6

Hi,

i use homepage post element for my homepage.
I need to change the opacity for the image background.
Can anyone help me please?

Thank you

Post count: 23312

Hello riolec,

If you want to change the opacity of the homepage post element, you have to use a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area like this -> http://screencast.com/t/lYHQG5AfKe

.td-post-template-8 .td-post-header {
opacity:0.7;
}

The result -> http://screencast.com/t/IkvCvMXQHo7

Hope this helps!

Thank you for the message!

Post count: 6

It works.
Thank you, Catalin.

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