Hi there, please can you tell me how I can change the font colour of the "Call us free" text on the top black bar (next to the email/social buttons)?
Many thanks!
Hi there, please can you tell me how I can change the font colour of the "Call us free" text on the top black bar (next to the email/social buttons)?
Many thanks!
Hi,
You can do something like this on your custom.css
.phone {
font-size: 20px;
color: red!important;
}
Regards,
Ismael
Hi that worked, thanks. Please can you also tell me how to change the colour and size of the text on the very bottom bar (where copyright etc is)?
Hey!
You can change the color/font size with following code:
#socket span.copyright{
color: #333;
font-size: 10px;
}
#socket span.copyright a{
color: #555;
font-size: 10px;
}
Obviously you need to adjust the font-size & color value :)
Regards,
Peter
You must log in to post.