I’ve tried to mirror the threads that showed how to do this and I crashed my live and test site. So, can you tell me how to get the ‘SEE DEMO’ button to show up in the top header to the right of my phone number?
Hey,
Did you managed to sort this out? i can see the SEE DEMO link here – http://screencast.com/t/OXTNNV2hxad
Best regards,
Josue
No, I want the button, not just the words and a link. How would I add that?
Hi,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#menu-item-1615 a {
background: orange;
padding: 5px;
border-radius: 3px;
color: white!important;
}
Best regards,
Yigit
That worked great! thank you.