Responsive View Page Title Heading - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Responsive View Page Title Heading

MS

Martin Seidl

Helix Framework 4 years ago

Hi Guys, I changed font-size for page title heading in custom.css see http://www.responsinator.com/?url=https%3A%2F%2Fmero.arkiadesign.de%2Fbausysteme%2Fknotensysteme-1%2Fkk-kugelknoten-system-de.html but I need to change it for all views like mobile view, iPad etc.

What media screen types do you suggest that I need to embed into custom.css? thnx,martin

0
1 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 years ago #17040

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Please follow the instructions.

Add this css code inside the custom.css file.

@media screen and (max-width: 480px) and (min-width: 320px) {
.sp-page-title .sp-page-title-heading {
    font-size: 16px;
}
}

-Thanks

0