Change colors of h2, h3, etc on the mobile theme

Posted in: Newspaper
Post count: 23

Hello!

I change the colors of h2, h3, etc on the normal version but I can not find the option on the mobile theme. Is there a way I can do it?

Thanks a lot!!

Post count: 35449

Hi,

Unfortunately the mobile theme do not have settings for H1,H2,H3.. color, you’ll need to ad a custom css in Newspaper>Mobile theme> Custom code
h1, h2, h3, h4, h5, h6 {
color: #926ae8;
}

You can change the color with the one set for desktop.
https://www.screencast.com/t/GpbFKRQ2H
see results: https://www.screencast.com/t/kRiMSDFmzc9

Thank you for your understanding.

Post count: 23

Thank you!! It’s work perfect 😀

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.