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
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
Perfecto!