Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #693463

    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

    #693481

    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

    #755451

    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?

    #756141

    Hi @ozoner,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.