Skip to:
Content
Pages
Categories
Search
Top
Bottom

Changing Tab Text Colour

  • Hi folks,

    I’m brand new to BuddyPress, so please forgive the nood question. After installing BP on my site I found that the text on the selected tab (Activity/ Profile/ Messages/ etc) would appear white. As the background of the selected tab is also white, the text can’t be read.

    I’d like to change the colour of the text but I can NOT find out where the code I need to change is. I tried looking via the Inspect Element option in Google Chrome and also searched the net, but couldn’t find the info.

    If someone could point me to where the code is located I need to change in order to edit the tab text it would be much appreciated.

    I’ve also got the BuddyPress Template Pack and Suffusion BuddyPress Pack plugins installed.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anyone?


    pcwriter
    Participant

    @pcwriter

    @joemd

    If your theme does not have a custom css area, you’ll need to edit your theme’s style.css file. Add the following to that file and adjust the color to suit:

    `div.item-list-tabs ul li.selected a, div.item-list-tabs ul li.current a {
    color:#212121;
    }`

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Tab Text Colour’ is closed to new replies.
Skip to toolbar