CSS bugs breaking themes.
-
plugins/mega-addons-for-visual-composer/css/slick-carousal.css
Line 405
.tdt-slider h1, h3, p, span {This is setting
- .tdt-slider h1
- h3
- p
- span
to be font-size: 15px !important;
Of course, this is wrong. You did not mean to set the last 3 items. Maybe you meant .tdt-slider h3 etc. You can’t use a comma like that. You need to add .tdt-slider each time.
Also you shouldn’t use !important all the time. It’s not needed since nobody else is going to use .tdt-slider
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CSS bugs breaking themes.’ is closed to new replies.