hello, in basic options one can choose this bar above a top menu, for example for phone number and email address.
but where can you put in this info? is it a widget? appearantly not
Hey jelle,
The options to enter the phone number is in Enfold theme optiosn > Header > Extra Elements
Best regards,
Vinay
hello vinay
ok, thanks a lot.
and can i style it somehow ? font-style, font-color, background-color etc
Hi,
To style the phone number Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.phone-info {
font-size: 20px;
color: red;
background:gold;
padding: 10px;
}
Best regards,
Vinay