How can one change the colour of the title's in the posts- the one that is linkable !!
Change title colour
(6 posts) (2 voices)-
Posted 1 month ago #
-
You can update the styles in theme.css located under
wp-content\plugins\cj-community-links\assetsPosted 1 month ago # -
Thanks.....
I tried adding some thing- but the whole page dissapeared !!!
What should I add & where.............Posted 1 month ago # -
Anymore help here ?
Posted 1 month ago # -
Sure, You can add the following code in
theme.cssto 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.phplocated in the plugin folder.
Add the following code just after<aon line number 200 and 202:class="specific-class"and you can apply any styles to
.specific-classin theme.cssI hope this helps.
Posted 1 month ago # -
Thanks- that helped !
Posted 1 month ago #
Reply
You must log in to post.
resolved