• Resolved Websitenoob

    (@websitenoob)


    I’ve got a question:
    Is it possible to remove the site top bar with the email us button, the phone number… completely?

    Look at the theme preview to see the problem

    Can’t link my site, because at the moment i’m working offline

    Thanks for help guys ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Websitenoob

    (@websitenoob)

    Can I also just remove the “e-mail us” button?

    Theme Author Kaira

    (@kaira)

    Hi

    Yes you can do it by adding the following code to your custom CSS input in the ALBAR Settings section.

    .site-top-bar {
        display: none;
    }

    That will remove the top bar

    Thread Starter Websitenoob

    (@websitenoob)

    Thanks bro ??
    Is it also possible to remove only the email us button?

    Theme Author Kaira

    (@kaira)

    Yes, you can… just add this to your custom CSS

    .site-top-bar-right .fa-envelope-o,
    .site-top-bar-right a {
        display: none;
    }

    That should do it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove site-top bar’ is closed to new replies.