BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Wall › Editing link color for this …
- This topic has 6 replies, 2 contibutors, and was last updated 9 years, 5 months ago by Alyssa.
Question
June 21, 2015 at 7:52 pm #41448@discdemoWhere might i edit the link color for this and can you suggest the css please? is it something like:
{a font color: #000000
}
Here’s the area I’d like to change:
“You need to log in or create an account to post to this user’s Wall.”
Answers
June 21, 2015 at 8:48 pm #41453@alyssa-buddyboss
AlyssaParticipant@discdemo try adding this to custom.css:
a(color:#000000;}
NOTE: Hex colors are always in sets of 6 and you can find sites to help you find the hex code of any colorJune 21, 2015 at 9:41 pm #41454@discdemoThx TJ. My concern is this text i shared is within a yellow ish bg. My site is black and the links are yellow, whihc is cool … except when trying to read on these little text areas. I can consider the background or the link if you have any further ideas (unless i’m missing something, which is always possible.) thx again!
June 22, 2015 at 8:45 am #41462@alyssa-buddyboss
AlyssaParticipant@discdemo to change just that anchor text use this instead:
#buddypress div#message p a, div#sitewide-notice div#message p a{color:#FFFFFF;}
NOTE: The above is white. You can also change the hex code to simply white or blue or black or whatever.
Additional Reference: http://www.w3schools.com/cssref/css_colors.aspJune 22, 2015 at 5:07 pm #41493@discdemoGreat i’ll try tysm TJ!
June 22, 2015 at 11:32 pm #41502@discdemoActually TJ, I’m wondering if this would apply if I’m not using the theme, but the wall and media plugin, only? I have my child theme css file, but seeking feedback based upon my current update of my config.
Thank you for further direction.
jz
June 23, 2015 at 7:14 am #41521
- The question ‘Editing link color for this …’ is closed to new replies.