• Resolved hop3y

    (@hop3y)


    Hey, how do I change hyperlink colours in CSS?

    I’ve tried:

    a {
    color: #cc0000;
    }

    But it only changed the hyperlinks on the main page. I need them to change on post and page view but not the titles.

    Thanks

    • This topic was modified 8 years, 1 month ago by hop3y.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Hop3y,

    thanks for using MH Magazine lite.

    For CSS customizations, you can always use your browser’s inspection tool to inspect the elements on your site and then use that information to add your own code modifications, for example:

    .entry-content a { color: #e64946; }

    You can add CSS code in your WordPress dashboard under Appearance => Customize => Additional CSS or by using plugins for adding code snippets.

    As an alternative (in case you don’t want to touch code), the premium version of MH Magazine includes options to change the color scheme of the theme, as well as several other additional features, options and custom widgets to configure your website.

    Thread Starter hop3y

    (@hop3y)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changing hyperlink colours in CSS’ is closed to new replies.