Hello,
I was wondering if there was a quick css I can use to change the font size of the Small bar above Main Menu. I noticed in Advanced styling there are only the options:
Font Color
Background Color
Border Color
Font Family
but I would like to change the font size as well. Any help with this would be great :). Here is a reference to the top bar where the phone number is: http://192.185.186.27/~solutions4u/
Hey LHSpin,
Please try the following in Quick CSS under Enfold->General Styling:
.phone-info {
font-size: 15px !important;
}
Best regards,
Rikard
Yes this worked, thank you!