Support » Theme: Virtue » changing link colors

  • Resolved blueyess

    (@blueyess)


    How do I change the link colors? Right now I have Citrus.css as the theme color. However when you click on a link and go back to that page, the link is white and when you mouseover it is orange, making it look like the text (link) is no longer there.

    I would like to change visited link color.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter blueyess

    (@blueyess)

    Here is a link to the page:
    http://hayleytalkington.com/?page_id=2

    Thread Starter blueyess

    (@blueyess)

    Another note. How can I override the size of the logo to the left? I would like it to be larger, but it continues to shrink it to the same size.

    Here ya go.
    I just installed Virtue on allmall.co.za, but this is the CSS code to define link colours:

    <style type=”text/css”>
    <!–
    a:link {
    color: #003366;
    }
    a:visited {
    color: #FF0000;
    }
    a:hover {
    color: #0000FF;
    }
    a:active {
    color: #00FFFF;
    }
    –>
    </style>

    Replace the current link colour code in citrus.css with this. Let me know if you need more help.

    What happens to those changes when the theme is updated?

    Hey all the colors can be changed by changing your primary color and 30% primary color.

    As for a visited link adding this to your custom css box in theme options will work and be safe for when the theme is updated.

    a:visited {
    color: #FF0000;
    }

    Thanks DeanZA for your response!

    blueyess what browser are you using? I what to be able to duplicate your issue.

    As for the logo on the left it can’t get larger than the box it’s in. If you want a large logo I would recommend using the center logo layout in the theme options.

    Kadence Themes

    Thread Starter blueyess

    (@blueyess)

    NEW QUESTION.

    http://hayleytalkington.com/?page_id=2

    On this page you see the menu (ACT ONE | ABOUT ME) then another About Me in the white area above the header “About Me” How can I get rid of that floating one in the white?

    You are using the feature sidebar template. You need to use just the sidebar template.

    The reason it’s there is because you choose feature and so it’s trying to load an image.

    Kadence themes

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘changing link colors’ is closed to new replies.