Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #695414

    Hi!
    I use the same title settings in the same page but it doesn’t give me the same result.
    For both I use the special heading element, select H2, style modern and size 45px.
    One time, it works well, but the other time, the writing looks different. I checked with chrome dev tools. It seems like this element is totally missing:

    #top #wrap_all .main_color h2 {
    color: #39393a;
    font-family: ‘Lato’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;

    I have this code on all the other titles I use in the webpage but not on this title that looks different. The strange thing is, once I delete it and redo it, it’s the same problem…
    One last info: I used demo content of the One Pager, the part with the designers picture and name below…

    Do you have an idea what the problem might be?

    Thanks!

    #695866

    Hi HannaVogt,

    Could you post a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #696734

    Hi Rikard,
    here is a link to the page: http://www.ploota.de/about/
    You’ll find the login info below.
    Thanks!
    Best,
    Hanna

    #697431

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    h2.av-special-heading-tag {
        color: #39393a!important;
        font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: bold!important;
        text-transform: uppercase;
    }
    

    Best regards,
    Yigit

    #698519

    Great, thanks! I love this theme, it’s so much better and easier to handle than all the others I’ve ever worked with!

    #698526

    Hi,

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘#top #wrap_all title not working properly’ is closed to new replies.