Hi,
I want to add little icon on the secondary header menu like that : http://gyazo.com/983aeadd3918b06cd5f86308d9661370
And also i want to increase the size of the phone number, aswell in the header.
Regards,
Hi nopounet!
1- Please request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
As a workaround, you can add Icon element under Content elements in ALB and then copy HTML code – http://i.imgur.com/Loqd5it.png and paste it label field while adding new link in Appearance > Menus. Make sure to remove “style” attribute
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.phone-info { font-size: 16px; }
Regards,
Yigit
Hi, I wanted to piggyback on this support ticket. I have followed these instructionson a staging site I just started, and it worked, the icons are there, which is great!
But, is there a way to change the icon colors? They are supposed to be gold the but copying the HTML as you’ve descirbed does not bring forward the color, just the icon itself.
Any suggestions? See my secondary menu on this site here: http://eleinar9.sg-host.com/
Hi,
Tha for your question and the link to your page, please try this css:
#header_meta #avia2-menu .av-icon-char {
color: #ae9b57;
}
After applying the css, please clear your browser cache and check.
the expected results ▸ https://savvyify.com/img/image/JIOc
Best regards,
Mike