Skip to:
Content
Pages
Categories
Search
Top
Bottom

Profile field wp editor styling


  • karmatiger
    Participant

    @karmatiger

    In the profile edit, if a field has been selected as multiline text input in the backend Buddypress places a wp editor on the frontend. But it has the light grey toolbar / white content area styling of the backend post creation form.

    But my profile has a dark colour scheme and I’d like to style the wp editor to match. How can this be done?

Viewing 1 replies (of 1 total)

  • danbp
    Moderator

    @danbp

    Hi,

    appart it is a wordpress related question, you can use CSS.

    Try this rule; goes to child-theme style.css

    div.wp-editor-container div.quicktags-toolbar {
    	background-color: red!important;
    }

    You can find good tuts on the web for more details.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar