Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #485803

    Hey, how to add text to the top bar?

    #485850

    Hey combra!

    You can add it in extra info field in Enfold theme options > Header > Extra Elements and wrap your text in SPAN tags with custom class and then adjust their positions using custom CSS. If you need help, please add your text and then let us know.

    Regards,
    Yigit

    #488803

    How to get span “Vorteil1” to middle (Green text)

    .vorteil1 {
    color: green;
    }

    And “vorteil2” (black text) to the right?

    • This reply was modified 8 years, 7 months ago by combra.
    #489335

    Hi,

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

    Best regards,
    Rikard

    #490575

    Sure

    #490757

    Hi!

    Please add following code to Quick CSS

    .phone-info,.phone-info span {
        width: 100%;
    }
    span.vorteil1 {
        text-align: center;
    }
    span.vorteil2 {
        text-align: right;
    }

    Regards,
    Yigit

    #490781

    Thanks! How to fix: I want to have all three in same row.

    #490917

    Hey!

    I have adjusted custom CSS code in Quick CSS field. Please review your website now

    Best regards,
    Yigit

    #491201

    Thanks, solved!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Adding Text to top bar’ is closed to new replies.