Skip to:
Content
Pages
Categories
Search
Top
Bottom

COLOR OF ACTIVITY FORM

  • @canadianmusicnetwork

    Participant

    Hey!

    I am very confused! How do I change the GREY COLOR ACTIVITY FORM BACKGROUND ?

    Here is a copy of the screen shot.

    SCREENSHOT

    Can this be done by editing buddypress.css or styles.css?

    Thanks in advanced!

Viewing 4 replies - 1 through 4 (of 4 total)
  • @henrywright

    Moderator

    You should use your theme’s style.css document to add your own custom styles.

    @canadianmusicnetwork

    Participant

    I understand to add to my styles, but do you have any idea what I would add to my styles.css to change that color?

    Thanks in advanced!

    @henrywright

    Moderator

    To change the background colour, you’d use the background-color CSS property:

    #element {
        background-color: #000;
    }

    Where #element refers to the form element used in your HTML (the way to target this particular element is theme-dependent). Check out the Getting started with CSS MDN guide for more info on how to write CSS.

    @canadianmusicnetwork

    Participant

    Got It!

    Thanks so much!

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘COLOR OF ACTIVITY FORM’ is closed to new replies.
Skip to toolbar