Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #566155

    Hello!
    I want to display my “Header Phone Number/Extra Info” bar everywhere on my website except the front page.

    How can I removed the “Header Phone Number/Extra Info” bar only from the front page?

    #566160

    Hey jbadmin!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home #header_meta {
        display: none;
    }

    Best regards,
    Yigit

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