• Resolved jasperlensselink

    (@jasperlensselink)


    I have just posted a question about a shifting sidebar, but are also suffering from color changes in my sidebar/ links, and I can’t figure out how to change it!
    What I want is a website with black background and white/ green colored fonts, without the blue and pink colors of the links and sidebar..

    Anyboday that knows how to change this?
    BTW, if you are looking for the sidebar… It’s at the bottom of my website;(((((

    Kind regards,

    Jasper Lensselink

    https://www.JasperLensselink.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Jonas Grumby

    (@ss_minnow)

    The sidebar looks fine to me.

    You can change font colors in the style.css file of your theme (unless you have one of those fancy themes that gives you options in the Appearance section of admin). You will be looking for the colors assigned to a, a:active, a:hover, a:visited.

    Gary Barrett

    (@gary-barrett)

    You can make colour changes to your css file at wp-content/themes/simpla-siyah-tr-101b/style.css

    Jonas Grumby

    (@ss_minnow)

    Look at:

    /*************************************
     +Misc
     *************************************/
    a{
    	color:#a0c005;
    	text-decoration:none;
    }
    a:hover{
    	color:#CC0000;
    }

    You may want to add a:active and/or a:visited.

    Jonas Grumby

    (@ss_minnow)

    You may also need to try adding:

    #sidebar a{
    	color:#a0c005;
    	text-decoration:none;
    }
    #sidebar a:hover{
    	color:#CC0000;
    }

    etc.

    Thread Starter jasperlensselink

    (@jasperlensselink)

    Heaaaaaps of thanks! It worked out perfect!

    P.s. I recovered the sidebar after installing an older backup!

    Thanks,

    Jasper

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Color change in links and text sidbar’ is closed to new replies.