Dear support team,
I want to create a button for the phone number on the header such as call now button. Could you please help me?
Further i would like to delete the border (separator) between the phone number line and the logo area. How can i do this?
Thanks and Regards
Hey vnfan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_meta, #header_main {
border: none!important;
}
then please refer to this post – https://kriesi.at/support/topic/phone-number-click-to-call/#post-452509
Regards,
Yigit
Hi Yigit,
i only want to delete the border between the phone number and the logo.
The border under the logo should be remained.
Hi!
Please change the code to following one
#header_meta {
border: none;
}
#header_main {
border-top: none!important;
}
Regards,
Yigit
Hi Yigit,
it is still there.
Hi!
Please try following
#header_meta {
border: none !important;
}
#header_main {
border-top: none!important;
}
If that too does not help, please create a temporary admin login and post it here privately.
Best regards,
Yigit
Great. It works.
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit