BuddyBoss Home – Web Support Forums Plugins BuddyBoss Wall Editing link color for this …

Viewing 7 posts - 1 through 7 (of 7 total)
  • Question

    #41448
    @discdemo

    Where 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

    #41453

    Alyssa
    Participant
    @alyssa-buddyboss

    @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 color

    #41454
    @discdemo

    Thx 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!

    #41462

    Alyssa
    Participant
    @alyssa-buddyboss

    @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.asp

    #41493
    @discdemo

    Great i’ll try tysm TJ!

    #41502
    @discdemo

    Actually 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

    #41521

    Alyssa
    Participant
    @alyssa-buddyboss

    @discdemo you would need to ask your current theme developer if there is a place you can put custom CSS code, otherwise you may need to download a plugin to assist with that.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘Editing link color for this …’ is closed to new replies.