• delix93

    (@delix93)


    Dear all

    I love this theme it is so simply and fantastic!
    I want to change the font and the color of the links (a:link, a:hover).

    Who can help me with the CSS-codes?

    It will be wonderfull.

    Thanks a lot!

    • This topic was modified 3 years ago by delix93.
Viewing 1 replies (of 1 total)
  • Back to Front

    (@traverser11)

    yep you’ve got the right idea!

    something like this,
    also changes the underline on hover color,

    chuck it in your child theme’s style.css ??

    a,
    .entry-content a {
    	color:purple;
    }
    .entry-content a:hover{
    	color:pink;
    	border-bottom-color: pink;
    }
    .header-menu .current-menu-item > a {
        border-bottom-color: purple;
        color: purple;
    }
    
    .header-menu .current-menu-item > a:hover {
        border-bottom-color: pink;
        color: pink;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Font and color’ is closed to new replies.