Posts slide element colors alteration

Posted in: Newspaper
Post count: 4

Hi there, Loving the theme.
WE are trying to bring in posts in a cat with the slide VC element and want to change it so that the lower background of the element is not grey gradient and also so that make the next back arrows appear all the time (i.e the white <> arrows.)

can you send the css? as its hard to find the classes here

thanks Bo

Post count: 22421

Hi,
Unfortunately visual composer is not recommended on posts in our theme as it was not tested. you can activate visual composer for posts from the VC settings role manager, but you could get mixed results. We only designed the blocks to work on pages, not on posts.
In order to remove the gradient on the slide element and the icons visibility, you can use this css:
.td_block_slide .td-image-gradient:before{
display:none!important;
}
.td_block_slide .td-icon-left, .td_block_slide .td-icon-right{
opacity:1!important;
}

Thank you!

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