Tagged: enfold, header, phone number, social bookmarks
I would like to replace the social bookmarks with my client’s contact number like in this sample but I can’t figure it out. Please help.
http://postimg.org/image/x8sulqc21/
Hi Chris!
Please go to Enfold theme options > Header > Extra Elements and add info there and choose to display it
Best regards,
Yigit
This kind of works . I can fix the sizing and position of the text but the problem is it adds a border line that I can’t seem to remove and shifts everything down. Ideally I would like it to be in the ‘Main Header Area’ which seems to be an option for the social icons but not the phone number.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main, #header_meta {
border: none!important;
}
.phone-info {
color: white!important;
font-size: 16px;
top: 100px;
position: relative;
}
Regards,
Yigit
Brilliant! That worked. Thank you.