• Resolved aj3000

    (@aj3000)


    This is a great theme first and foremost.

    My issue is that I am using the lower widget areas for my category posts area, and the links display very faint. I would light to adjust the css to lighten them to the same colour as the text on the other footer areas, but I cannot find the correct place in the style sheet to adjust this.

    I would like to update this in the custom css area, but keep the hover colour the same.

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Theme Author mythemes

    (@mythemes)

    try use this code:

    footer aside a{
    color: #aaaaaa;
    }
    
    footer aside a:hover{
    color: #ededed;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Footer Links’ is closed to new replies.