• Anonymous User

    (@anonymized-15233982)


    Hi,

    I am wondering if there is any way to change the colour of the links from purple. I maybe missing something obvious in the customize menu but I can’t see how to do it.

    Thank you for any help you can give.

    • This topic was modified 8 years, 3 months ago by Anonymous User.
Viewing 2 replies - 1 through 2 (of 2 total)
  • I changed the colors of the menu by using custom css

    .sf-menu a:hover, .sf-menu a:focus, .sf-menu a:active {
      color: red;
    }
    
    .sf-menu ul a:hover, .sf-menu ul a:focus, .sf-menu ul a:active {
      color: green;
    }
    
    .sf-menu li.current_page_item > a, .sf-menu li.current-menu-item > a, .sf-menu li.current_page_ancestor > a, .sf-menu li.current-menu-ancestor > a, .sf-menu li.current_page_parent > a, .sf-menu li.current-menu-parent > a {
      color: blue;
    }

    Maybe you’ll find this useful as well.

    I’m having the same issue. I know very little about css. Where do I place your code to make it work?

    • This reply was modified 8 years, 2 months ago by graygod.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link Colour’ is closed to new replies.