Different Header Slider Title text size on mobile… how?
-
Hi all,
Using a Header Image and Slider for my posts (https://www.techliving.gr) and I want to have different font attributes for desktop and mobile.
Tried via the options for all articles–>font customizer–>Header–>Slideshow title but it changes for both mobile and desktop.
Tried to override hph-front.min.css file via a child theme but somehow it doesn’t change anything.
The lines I tried are:@media only screen and (max-width: 719px) .pc-section-slider h1.very-big { font-size: 70px; line-height: 145px; } .carousel-caption > h1 + h3 { margin-top: 0; margin-bottom: 1.25em; font-size: 1.728em; }
Somehow it seems to be getting inline styles.
Any help appreciated!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Different Header Slider Title text size on mobile… how?’ is closed to new replies.