Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1416105

    Eyoael
    Participant

    Hi,

    I’m having some typography issues more specifically font weights not beign applied correctly. There has to be some css that is creating the problems but i can’t see it. Can you guys assit me with this??

    Thanks

    #1416502

    Thai
    Moderator

    Hi There,

    Please provide us with your website URL so we can take a closer look.

    Thanks.

    #1417431

    Eyoael
    Participant
    This reply has been marked as private.
    #1417523

    Christian
    Moderator

    You forgot to set your post as private. Please change your credentials then give us access again in a private reply.

    Also, give us more details about your Typography issue. The more details you give the better.

    Thanks.

    #1417537

    Eyoael
    Participant
    This reply has been marked as private.
    #1417629

    Christian
    Moderator

    You’re wrapping your text with strong tag (see attachment). In the same screenshot, look at the text in the left. I remove the strong tag and the font weight is light.

    Thanks.

    #1417735

    Eyoael
    Participant

    Hi,

    Those headings are supposed to be wrapped with storng tag, but the main headings for exampel where it says Tjänster vi erbjuder is not supposed to be bold as you can see if you open my site with edge for exampel. This goes for my hero image titel which if i see it in chrome it is bold but if i open my site in edge it is light. Hope this makes sense.

    Thanks

    #1417930

    Joao
    Moderator

    Hi There,

    The h4 is inside a h1 which has the megamenu class and that is what is bold.

    You can use <h4 style="font-weight:100"> title here </h4> If you would like to remove the font-weight of 600 or organize your layout differently separating these elements.

    Hope it helps

    Joao