Hi,
I want to add to the header a phone number to show only on mobile devices,
is there a way to do it??
Hey uribinsted!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 768px) {
.phone-info { display: none !important; }}
Best regards,
Yigit
Hi Yigit,
Thanks for the quick response :)
it works but now it shows the upper/secondary menu area constantly, can we hide the whole area and show it with the number only on mobile devices?
Hey!
Please use following code instead
@media only screen and (min-width: 768px) {
#header_meta { display: none !important; }}
Best regards,
Yigit
works Excellent thanks!
and how do I increase the phone number font size ?
Hi!
Please add following code to Quick CSS as well
.phone-info { font-size: 20px; }
Regards,
Yigit
Hi Yigit,
Thanks Alot!
Hi!
You are welcome, #TeamKriesi is always happy to help :)
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