Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1330586

    Hello everyone,
    the heading H3 modern (special heading – content element) is displayed in bold on desktop PCs and not in bold on mobile devices.
    (see the screenshot)
    I want the heading to be always bold, regardless of the device.
    I have a child theme, what do I have to set?
    Thanks.

    Hallo Zusammen, die Überschrift H3 moderne (spezielle Überschrift – inhaltselement) wird bei Desktop PC Fett und auf mobilen Geräten nicht fett angezeigt. (siehe screenshot)
    Ich möchte das die Überschrift immer fett ist, egal welches Gerät.
    Ich habe ein Child-Theme, was muss ich einstellen?
    Danke.

    Desktop Screen
    null

    Mobile Screen
    null

    #1330600

    Hi Uwe,

    Thanks for the screenshots. Could you post a link to where we can see the actual element as well please?

    Best regards,
    Rikard

    #1330608

    Hier der Link:

    #1330654

    Hi,

    Thanks for that. I can’t see any difference between desktop and mobile on my end though, could you try loading the page in an incognito or private browser window, to see if that helps please? If not, then please let us know which device and browser you are using.

    Best regards,
    Rikard

    #1330669

    Hello

    I tested everything including incognito, without success.
    I also deactivated plugins, no success.
    It is only available on mobile devices (Android and Apple), not on the desktop PC! It has nothing to do with the size of the browser.

    #1330718

    Hi,

    Thanks for the update. Please try this in Quick CSS to see if it works:

    @import url(https://allfont.net/allfont.css?fonts=arial-black);
    
    h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial Black', arial !important;
    font-weight: 900 !important;
    }

    Make sure to adjust the font-weight, if it’s too bold.

    Best regards,
    Rikard

    #1330748

    Hi,
    thanks, that seems to be working.
    Best regards,
    Uwe

    #1330758

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Headings mobile devices – Überschriften bei Mobilen Geräten’ is closed to new replies.