• Hi,

    we really love your theme. But we wanted to change the font size of our Heading “VeganNomads” so it fits also on mobile devices. Do you have any advices?

    Thanks for your help:)

    • This topic was modified 1 year, 6 months ago by vegannomads.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,
    generally, you would change the marked parts here:
    https://markuphero.com/share/3xhTtb7YfDFRhndImzW3

    But for mobile only try this….
    Put the following into the CSS section in the Customizer and adjust the font-size to your needs:
    @media(max-width: 480px) {
    h1.site-title a {font-size: 35px; } }

    You can insert it twice and change the max-width for other screen sizes if you need to.

    PS: the text for your paragraphs is really hard to read, just saying ??
    I’d do something about font-size/weight there too…

    • This reply was modified 1 year, 6 months ago by itonic.
    • This reply was modified 1 year, 6 months ago by itonic.
    Thread Starter vegannomads

    (@vegannomads)

    Hi, thanks for your very quick reply. I added it and it really changed after I loaded it on my iPhone. But after I reloaded it again, it went back to the old state with the big title. Do you have any clue on this?

    Thanks for the tip, we are kind of new into WordPress and just figuring out how things work (as you probably already notice haha:D)

    So, when you go back into the customizer the code is still there?
    Somehow the “saving” must have failed or something.

    Thread Starter vegannomads

    (@vegannomads)

    Ahhh here we go. Thank you so much. ??

    One more question: how can I change the caption below “VeganNomads”? So the “Dein Reiseblog für vegane Abenteuer”?

    @media(max-width: 480px) {
    p.site-description {
    font-size: 25px; } }

    Grü?e aus Tirol

    PS: Falls du was mit Schein, etc, machen willst, damit die Schrift besser vor allen Bildern funktioniert kannst du dich mit dem hier spielen….musst nicht soviele Schatten/Schein einbauen, also je nach Geschmack, Farbe, etc….

    .site-title {text-shadow: 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF;}

    .site-description{font-weight: bold; text-shadow: 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF;}

    • This reply was modified 1 year, 6 months ago by itonic.
    • This reply was modified 1 year, 6 months ago by itonic.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Font size of Website Title for mobile pages’ is closed to new replies.