• Resolved accw

    (@accw)


    I really would like to change the color of the Add Message button (in Dutch “Schrijf een nieuw bericht”). It is now dark Blue and I want it to change to brown (I have necessary color code).
    However I do not know where to start.
    Also the submit button (which is light blue and in Dutch “Opslaan”) after pressing the Add button.

    Can someone help me?
    Thanx in advance.

    Grt,
    Alex

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Marcel Pol

    (@mpol)

    You could add this CSS:

    #gwolle_gb .btn-default,
    #gwolle_gb .btn-primary {
        background-color: brown;
        border-color: brown;
    }
    #gwolle_gb .btn-default:hover,
    #gwolle_gb .btn-primary:hover {
        background-color: brown;
        border-color: brown;
    }
    

    You can add the CSS to the style.css of your theme or use the plugin Simple Custom CSS.

Viewing 1 replies (of 1 total)

The topic ‘Button Color’ is closed to new replies.