Solid color on slider title background

Posted in: Newspaper
Post count: 38

Hi!

How I can put a solid color on slider title background? I don’t wanna transparency on background.

Thanks.

Post count: 6600

Hi,

Use this custom css to overwrite the transparency of the title background, like this: http://screencast.com/t/WrkHLowjsd
Add the custom css from below in theme panel > custom csss filed and change the color as you like.

.td-big-grid-title .td-sbig-title-wrap, .td-sbig-title-wrap .td-sbig-title {
background-color: pink !important;
}

Thanks

Post count: 38

Thanks Lucian!

Still about slider title, I noticed in mobile version that the title out of proportion and there are breaks in the line. Besides, mobile version has transparency too.

http://www.screencast.com/t/d71c1np7vrPE

How can I fix this?

Post count: 6600

Hi,

Applying the css provided above should change the transparency of the slider in mobile screens also.
For the title’s proportionality and line breaks, please provide an URL to your site as I need to inspect it in order to provide an accurate solution for it.

Thanks

Post count: 38

Hi Lucian,

The URL is http://vanderfazmais.com.br/deputado.

Thanks!

Post count: 6600

Hi,

Please use this css: http://screencast.com/t/45jbe0bzcbNy

@media (max-width: 500px){

.td_normal_slide .td-sbig-title-wrap .td-sbig-title {
font-size: 15px !important;
}
.iosSlider-col-2 .td-sbig-title-wrap a, .iosSlider-col-2 .item .td-sbig-title-wrap a {
line-height: 15px !important;
}
}

@media (max-width: 767px){
.td-sbig-title-wrap {
bottom: 20px !important;
}
}

Thanks

  • This reply was modified 11 years by Lucian.
Post count: 38

Thanks, Lucien!

Post count: 26

Hi. I’ve got the same issue with the post title background. I’ve added the code to the Custom CSS part but nothing changes.


Any help?

Post count: 3343

Hi,

@ronaldliive
that solution was for Newspaper theme, you use the new theme Newsmag. Please post your question in Newsmag forum. https://forum.tagdiv.com/forum/newsmag/

Thanks for the message!

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