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

    How can I add the site title to the right of the logo in the header?

    #508845

    Hey kcimme!

    Thank you for using Enfold.

    You can follow the solution here: https://kriesi.at/support/topic/adding-text-to-header-2/#post-503992

    Best regards,
    Ismael

    #509315

    That kinda works. But what if I want to show both? Logo and the text? If I remove the display: none code, then the text shows for a split second and then disappears. Almost there. Your help is appreciated.

    #509661

    Hi!

    can you provide us a link showing what you mean, please? we need to inspect the elements. Clear browser cache and hard refresh a few times. Make sure to use newest WordPress and theme versions.

    Regards,
    Andy

    #509736

    http://premierpropertymi.com/

    Each time you refresh, you’ll see the text next to the logo appear, and then disappear.

    #510022

    Hey!

    Please add following code to Quick CSS

    span.subtext {
        position: relative;
        top: -65px;
    }
    .header-scrolled .subtext {
        top: -40px;
    }

    Best regards,
    Yigit

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