Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #595566

    Next to the social media icons in the header, I want to display a piece of extra information, but only on one page. I don’t want it on every page, which is what the ‘Header Phone Number/Extra Info’ does at the minute. How would I do this?

    Thanks,
    Alex

    #595653

    Hi Alex!

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

    .phone-info { display: none; }
    .page-id-59 .phone-info { display: block; }

    Please change 59 with your page’s ID

    Cheers!
    Yigit

    #596301

    Perfecto!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header extra info only on one page’ is closed to new replies.