How to hide box around title text on sliders?

Posted in: Newspaper
Post count: 10

Great theme! How/where do I remove the colored box around the title text on sliders? I’d rather just have text without the box around it. Thank you.

Post count: 159

you have to delete the background-color in in style.css

.td-sbig-title-wrap .td-sbig-title {
background-color: #4db2ec;
background-color: rgba(77, 178, 236, 0.7);
display: inline-block;
float: left;
padding: 9px 9px;
}

Post count: 3343

Hello,
Add this to style.css

.td-slide-item-sec .td-sbig-title-wrap {
background-color: none !important;
}
.td-sbig-title-wrap .td-sbig-title {
background-color: none !important;
}

Thanks @mbasche

Post count: 10

Thank you Marius!

You may close this thread.

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