Remove white box image box visual composer

Posted in: Newspaper
Post count: 34

if I choose box style 2 – white box there is a white box over the image as you can see here on mentor programm image http://www.lifestyleboss.de/

style 1 is grey and has no white box on it, how can I remove it?

Thank you

Post count: 20688

Hi,

If you do not want to set a custom title for those images, you can remove the white box with a code like this
https://www.screencast.com/t/PVOBUgyVhei

.td-image-box-style-2
.td-custom-title {
display: none;
}

Enter the code in Theme panel->Custom Css.

Thanks

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