How do I increase the font size of that optional top row area with the phone number and social icons?
Thanks.
Hi jasonmwestbrook!
Thank you for using our theme.
Put in custom.css or Quick CSS the following and change the value of px:
#top .phone-info {
font-size: 30px;
}
Best regards,
Günter
Wonderful, but how do I do the same for the social icons section to the right?
Thanks for your assistance!
Oh and how would I change the color of those elements as well, meaning the phone and those social icons?
Thank you!
Hey!
It’s possible to change the colour of the text:
#top .phone-info {
font-size: 30px;
color: red;
}
Instead of red you can put any color, eg #fff or #eaeaea.
The icons seem to be fixed size and color – I do not find any CSS to change it.
Best regards,
Günter
You forgot to share with me the CSS code to effect those social icons as I also want to make them larger as well.
Thank you for giving me the code to change the color!
Great support.
OK, got it.
Thanks.