Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello Chris
    Use following code anywhere in your style.css file to show your links in red color

    .lcp_catlist li a {
        color:red;  //You can use any color here.
    }
    Thread Starter Chris

    (@chrismurphy92)

    I was wondering if you could help me, or at least point me in the right direction

    I am currently using your plugin “List Category Post Plugin” on http://www.littletroopers.net to display the news items on the home page of the site.

    Currently it displays as:-

    What I want to do is change the colour of the text circled in red.

    I believe that your plugin pulls its colours from the CSS stylesheet, after I have edited the stylesheet how do I get your plugin to pick up the changes I have made in the stylesheet.

    Yes Chris

    Please login to wp-admin then navigate to

    Appearance-> Editor

    You will notice an editor there with some code.

    Goto very last lines in code
    and add following code there

    .lcp_catlist li a, .lcp_catlist li a:visited {
        color:#ec6051;  //You can use any color here.
    }
    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Chris, your site is using this theme.

    http://themeforest.net/item/peak-charity-nonprofit-wordpress-theme/13387424

    Please make sure that you do not modify the theme’s files. That’s not safe or supportable, meaning if the theme is updated then you’ll lose your work.

    Don’t modify the theme’s style.css file directly. Instead either use a Custom CSS plugin or install and activate a child theme of that one.

    https://wordpress.org/plugins/search.php?q=custom+CSS

    https://codex.wordpress.org/Child_Themes

    Since this is just a CSS adjustment then a plugin may be the easiest way to go.

    Thread Starter Chris

    (@chrismurphy92)

    It worked like a treat

    Thanks for the help, greatly appreciated

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

The topic ‘Changing Colours for the Links’ is closed to new replies.