Forums
Home / Theme: OnePress / CSS not working
(@shridsan2010)
1 month, 3 weeks ago
hi,
i would like to have small font size for the heading for hero section and added following css but its not working
@media only screen and (max-width: 600px) {.hero-content-style1 h2 {font-size: 30px!important;letter-spacing: 4px;} }
The page I need help with: [log in to see the link]
(@postpablocam)
1 month, 2 weeks ago
May I suggest this?
@media screen and (min-width: 940px).hero-content-style1 h2 {font-size: 45px !important;letter-spacing: 4px;}
@media screen and (min-width: 720px).hero-content-style1 h2 {font-size: 30px !important;letter-spacing: 3px;}
I tried on your website and it works. Hope this can help ??
@postpablocam ok, thanks for the help, I’ll checkout