Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change the background color of the whats_new_form_container


  • Ashbuddy
    Participant

    @ashbuddy

    I need to change the background color of the container having the whats new form on the activity page but do not know the appropriate CSS code. Any help would be highly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)

  • danbp
    Moderator

    @danbp

    Search for #buddypress form#whats-new-form textarea in buddypress.css (bp-templates/bp-legacy/buddypress/css/buddypress.css)

    To operate such a modification, you need to create first a child theme.

    See documentation.

    Also, use a developper tool like Firebug to easely access such layout information.


    Ashbuddy
    Participant

    @ashbuddy

    @danbp
    I need to change the background of the “container” of the whats_new_form text area.
    Also, can I not use a third party Custom CSS plugin like Theme Junkie Custom CSS.

    Can you please tell me the appropriate code which I will have to use? Please.


    Henry Wright
    Moderator

    @henrywright

    background-color: #333;

    You should use Chrome or FireFox dev tools to find the selector you need if @danbp’s selector didn’t work for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change the background color of the whats_new_form_container’ is closed to new replies.
Skip to toolbar