Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change color of my 'post update' button

  • @fitnie

    Participant

    The ‘post update’ button on the activity feed page is white. It is only vissible when I hover over it. (Screenshot: http://i.imgur.com/EHds9Ko.png)

    Is it possible to change the color?

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

    Member

    You can do that by adding a style to your theme’s style.css document. You’d want to add something along the lines of this:

    .btn {
        background-color: #888;
    }

    This won’t work unless the button has a .btn class so it will depend on your theme.

    For more info on CSS and HTML – take a look here http://www.w3schools.com/css/ and here http://www.w3schools.com/html/

Viewing 1 replies (of 1 total)
  • The topic ‘Change color of my 'post update' button’ is closed to new replies.
Skip to toolbar