Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #864769

    Hi,
    In the basic options I changed the styling of the H1 till H6.
    My main content has H4 (textcolour #44444 and fontsize 14, the rest of the options are standard.)
    I placed a content on the website with text and used H4. It is shown as it should.
    Now I cloned this same field and the text is shown bigger than H4. I really don’t have a clue why it changes.

    I have a link with a printscreen. https://www.dropbox.com/s/pka1osy15i8ydk0/Font%20size%20shows%20different.docx?dl=0
    As you see, the top one (Wie zijn wij) is the right one.
    The one on the bottom has exactly the same options but the header (De reis/H3) is shown more little and the main content (H4) is shown bigger.

    Can you please help me?

    Thank you!

    #865081

    Hey Anouk,

    I get a 404 error on the page you linked to, on what page can we see the problem?

    Best regards,
    Rikard

    #865273

    What does this error mean? Did you log in to my website, to wp-admin?

    This is the page: http://truenaturetrails.com/home/?preview_id=11&preview_nonce=53b291d1bf&_thumbnail_id=-1&preview=true. This link is a copy of what I see in my browser when I am logged in op wp-admin. All my pages are hidden because my website is not finish yet. So you have to log in first to see what I mean.
    Thanks for your help!

    #865565

    Hi,

    Thanks, but I still get an error even though I’m logged in. Not sure how we can access your site and content?

    Best regards,
    Rikard

    #866413

    Hi Rikard,
    I changed my homepage in the front page settings, so you must see the right FrontPage (called home).
    If you look at the first 3 contents, (without the header), then you see the first 2 are the same in fontsizes.
    The third one, starting with De Reis, has the same fontsize H3 & H4 but is shown different. You don’t even have to log in to see the difference. I don’t know how I can change this as the fontsize in de working space is exactly the same, is also has H3 & H4 as fontsize, but still it is shown different on the page itself. Do you understand what I mean?
    Best wishes, Anouk

    #866644

    Hi,

    Thanks for that, I see what you mean now. Please try the following in Quick CSS under Enfold->General Styling:

    h4 {
        font-size: 14px !important;
    }

    Best regards,
    Rikard

    #867178

    Thank you! This works!

    #867180

    One more thing, the font size is the same now but the space between the rows is smaller then it should be, smaller then H4. The space should be 1.5. How can I change this?

    #867434

    Hi,

    Sorry about that, please try replacing the previous CSS I sent with this:

    h4 {
        font-size: 14px !important;
        line-height: 1.5em !important;
    }

    Best regards,
    Rikard

    #867477

    Thank you so much for your help!

    #867505

    Hi,

    Great, glad we could help and sorry for the problems. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.