Submit comment

Discussion in 'ButterBelly WordPress Theme' started by rwmons, May 16, 2014.

  1. rwmons

    rwmons Guest

    Joined:
    May 5, 2014
    Messages:
    4
    Likes Received:
    0
    How can I change the black font color to white for the 'Submit Comment' button?

    Is it also possible to deactivate the possiblity to leave any comments on blog items?

    Thanks!
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #commentform input#submit {
    color: white;
    } 
    In place of "white" you can put your color or color code.
    This will solve your issue.
     

Share This Page