Home Forums Weaver Xtreme Theme wrapper link color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18069
    ROBIN
    Participant

    Hi

    I know I could code this myself, but I am thinking I should mention it. 
     I have set the link color in the wrapping areas under standard links to a brown color.  When I click underline or itallic it changes the link in the bottom right of the page.  The link is a bright blue, not the brown I have choosen.  When I inspected the element it said it was a visited link color.  I can’t find that blue anywhere in the theme. 

    Is this a bug or am I missing an option somewhere?


    #23579
    scrambler
    Moderator

    Actually this has nothing to do with you clicking on underline or italic, it has to do with the fact that if you have already clicked on that link, it does get a blue color coming from a visited CSS rule.

    @weaver, there is indeed a visited link blue color in the weaver css file style-weaver.min.css

    .widget-area select{margin-left:1px}a{color:#00e}a:visited{color:#00e}

    I am unclear about the visited styles present in the style sheet, as there are no places in the admin to set them.

    Are the visited color supposed to be set to the same as the link color, in which case there may be a bug, as she does have the link color set to brown (a, .wrapper a {color:#5C3317;} a:hover, .wrapper a:hover {color:#081040;}), but the visited color is still blue.

    #23580
    ROBIN
    Participant

    I know it didn’t have anything to do with clicking on the italic etc., that was just how I knew I was in the right place.  :o)

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