Change title colour

(6 posts) (2 voices)
  • Started 1 month ago by billybond
  • Latest reply from billybond
  • This topic is resolved

Tags:

No tags yet.

  1. How can one change the colour of the title's in the posts- the one that is linkable !!

    Posted 1 month ago #
  2. You can update the styles in theme.css located under wp-content\plugins\cj-community-links\assets

    Posted 1 month ago #
  3. Thanks.....
    I tried adding some thing- but the whole page dissapeared !!!
    What should I add & where.............

    Posted 1 month ago #
  4. Anymore help here ?

    Posted 1 month ago #
  5. Sure, You can add the following code in theme.css to define the links colors in sidebar widget.

    #cjul li a{
    color:#HEXVAL;
    }

    or please follow the steps below, if you would like to add a specific class to the links:

    Open cj_community_links.php located in the plugin folder.
    Add the following code just after <a on line number 200 and 202:

    class="specific-class"

    and you can apply any styles to .specific-class in theme.css

    I hope this helps.

    Posted 1 month ago #
  6. Thanks- that helped !

    Posted 1 month ago #

Reply

You must log in to post.