Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey there Oettinger,

    Hope you’re well today!

    This should be possible to change with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    .entry-content a {
      color: #2D8E59;
    }
    
    .entry-content a:hover, .entry-contenta:focus {
      color: #57ca8b;
    }

    Note that these are the original colors of the links. First one will change the link color and the second link hover color. Please change color hex value to change them. You can use sites similar to this one to get hex value for the color of your choice:

    http://www.color-hex.com/

    If the code doesn’t work please keep it added and post link to your site so I can take a look 🙂

    Hope this helps!

    Cheers,
    Bojan

    Thread Starter Oettinger

    (@oettinger)

    Hey Bojan,

    thanks, i am fine – hope you too 🙂

    I added the code in the style.css (with yellow #ffca08), but nothin happens.
    Here is a post with some links:
    http://www.fahrradbastelei.de/zutatenliste-teil-3-der-rahmen/
    It’s german, but i think you’ll get the point 😉

    Regards

    Hey again Oettinger,

    I’m great, thanks 🙂

    I’m not being able to see the code added when inspecting your site. This can be caused by few reasons:

    1. Code is not being added properly. If you’re adding code to your theme style.css then I’d strongly suggest not to do that since all your changes will be lost once you update the theme. You’d want to use either child theme or the plugin suggested above. If you’re using child theme can you please paste your code using pastebin so I can take a look?

    2. It’s also possible that the code is not being applied because of caching. You might want to check for that as well.

    Best regards,
    Bojan

    Thread Starter Oettinger

    (@oettinger)

    Hello Bojan,

    in the style.css there are a lot of comments, but only this “real” code

    /*
    Making theme checkers happy :D
    */
    .entry-content a {
      color: #ffca08;
    }
    
    .entry-content a:hover, .entry-contenta:focus {
      color: #ffca08;
    }
    .wp-caption .wp-caption-text .gallery-caption .bypostauthor .alignright .alignleft .aligncenter{
    
    }

    I think the reason is explained in this comment:

    PixelHunter is built with SASS. All the CSS you would usually found in here are spread out (modularised) in different folders inside the SASS folder. You can find all the styles over there.

    1-tools —> Third party tools like Normalize, SASS mixin libraries Bourbon, Neat goes here.
    2-base —-> All the base styles, SASS variables, placeholders, etc goes here
    3-modules –> Most of the styles lives here. Spread out into different partials for different modules

    Caching was off (is now back on).

    Regards

    Hey again Oettinger,

    In that case can you please try adding the code with the plugin I mentioned above (https://wordpress.org/plugins/simple-custom-css/). Once you install and activate the plugin you can add CSS code to Appearance -> Custom CSS.

    I’ve tested the theme with the plugin and adding the CSS code above changed the link color.

    Hope this helps 🙂

    Cheers,
    Bojan

    Thread Starter Oettinger

    (@oettinger)

    Ahhh, finally.
    Many thanks 🙂

    Regards

    Glad that worked 🙂

    Have a great day!

    Cheers,
    Bojan

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Link color/style?’ is closed to new replies.