Hi, How to set font size and colour for the phone number in the top/extra menu.
Hey Alan,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive .phone-info {
font-size: 18px;
}
}
Also, you need to have a burger enabled under 990px, not 767px.
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
Please try this instead:
.phone-info {
font-size: 18px;
color: red;
}
If that doesn’t work then please post admin login details in private so that we can add it for you.
Best regards,
Rikard
Great, it works, thanks ;)