Typography needs to be adjustable for responsive modes

tempelh2
30 Posts
tempelh2 posted this 13 August 2019
Wishlist

Hi there,

since font sizes are going to change with different screen sizes I would highly appreciate it if I could define the different font sizes in the theme (see attached). Unfortunately the font size seems to be fixed for all kinds of screen sizes...

How can this be adjusted?

Thanks,
Holger

Hi there, since font sizes are going to change with different screen sizes I would highly appreciate it if I could define the different font sizes in the theme (see attached). Unfortunately the font size seems to be fixed for all kinds of screen sizes... How can this be adjusted? Thanks, Holger
Vote to pay developers attention to this features or issue.
5 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 13 August 2019

Hi Holger,

There is no possibility to style the Typography settings separately for each responsive view, but you can set the desired font size for each control in each responsive view.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Holger, There is no possibility to style the Typography settings separately for each responsive view, but you can set the desired font size for each control in each responsive view. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
tempelh2
30 Posts
tempelh2 posted this 13 August 2019

Hi Hella,

I know that it can be accomplished this way but imagine you have a website consisting of let's say 100 pages and every page consists of 5 to 7 blocks - do you really expect me to make 4 changes for every text area in every block on every page? Really???

Best,
Holger

Hi Hella, I know that it can be accomplished this way but imagine you have a website consisting of let's say 100 pages and every page consists of 5 to 7 blocks - do you really expect me to make 4 changes for every text area in every block on every page? Really??? Best, Holger
tempelh2
30 Posts
tempelh2 posted this 14 August 2019

Hi Hella,

can you please provide a convinient way of accomplishing this task? Can this be done by creating custom CSS? Please advise...

Thanks,
Holger

Hi Hella, can you please provide a convinient way of accomplishing this task? Can this be done by creating custom CSS? Please advise... Thanks, Holger
Support Team
Support Team posted this 16 August 2019

Hi Holger,

You can add the custom CSS code for the headings to the desired media queries.

Something like:

@media (max-width: 575px)
{
h1:not(.u-title)
{
font-size:20px!important;
}
}

That is the example of the font size for heading 1 for the phone portrait mode. You can try to create the same code for other headings and other responsive modes. Then add this code under the Theme >> Site Settings >> CSS.

Note, that we do not usually provide support for such custom modifications.
...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Holger, You can add the custom CSS code for the headings to the desired media queries. Something like: @media (max-width: 575px) { h1:not(.u-title) { font-size:20px!important; } } That is the example of the font size for heading 1 for the phone portrait mode. You can try to create the same code for other headings and other responsive modes. Then add this code under the Theme >> Site Settings >> CSS. Note, that we do not usually provide support for such custom modifications. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
a21540
5 Posts
a21540 posted this 11 December 2019

Dear Team,
It would be really nice if we could set the font sizes directly in theme part responsively.
Best regards, Andrew

Dear Team, It would be really nice if we could set the font sizes directly in theme part responsively. Best regards, Andrew
You must log in or register to leave comments