How to remove black background and border from Tagdiv Slider Gallery

Posted in: Newspaper
Post count: 30

Hi, the Tagdiv Slider Gallery is fantastic, but we don’t want to show that great black box around it.
Can we remove or change its colour to white or light grey in custom css boxes?
And have to change the colour of pagination arrows, the colour of the gallery name and picture name texts too.
(or maybe hide the name of picture in this view…)

thanks
cstibi

Post count: 23312

Hello cstibi,

Unfortunately, our theme does not have such an option to change the background color for the tagDiv gallery. If you want to change this, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-doubleSlider-2 {
background-color:lightgray ;
}
.td-gallery-slide-top {
background-color: lightgray;
}

The result you should see here -> http://screencast.com/t/savFC48rxZzD

Thank you for the message!

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