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
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?
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
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.
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?
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!