Hi everyone,
I’ve had a request to increase the font size of the text in the small info text at the top of the website. Additionally, we’d like to change this text’s color if possible. And also add a clickable link to it as well. How might I accomplish this?
Thanks!
Jim Geiger
Hey!
1. Try adding this code to General Styling > Quick CSS:
.phone-info * {
font-size: 12px;
color: red;
}
2. Include a link in HTML format:
<a href='url here'>Link</a>
Cheers!
Josue
The a link code works fine, but the link color does not change to the specified transparent color when using the transparent menu on a home page and the regular menu on other pages. The link color on transparent menu is the same as the non-transparent color, which makes it fairly unreadable.
Any hints?