• So the theme I am using doesn’t give me the option to customize the link colors. I want to change it. How would I do this in its html. I am using CyberChimps’ “Response” theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • This is not done with HTML with modern browsers, it is done with CSS

    @billypilgrim76 use firebug or Google Chrome for help to customize or change the link colors from theme style sheet!!

    For further help try on w3schools [dot] com

    Hi, Billy.

    just have a look at style.css

    Path: wp-content/{theme-name}/style.css

    Then you can change link color.

    a {
    font-color:#fff; /*Put your prefered link color instead of #fff*/
    }

    ——————————
    Thanks.

    Hanafi,
    KL.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can I change the color of a theme?’ is closed to new replies.