Submit Button, Form Color Change, Removal

Discussion in 'Blackriders WordPress Theme' started by mschultz33, Jun 13, 2015.

  1. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
    Hi,

    www.loanofficermatch.com

    Can you please send me the code to center the submit button

    Change the color of the short form widget to match the theme color. see attached.

    also i want the blog post area and facebook like box widget removed

    Thanks!
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    1>
    Code:
    input.btnsubmit {
      padding-left: 35px !important;
    }
    2>
    Code:
    .signinformbox_wrapper {
      background: #0DA9D5 !important;
    }
    3>
    Code:
    .bottom_feature {
      display: none !important;
    }

    Thanks,
    Praveen
     

Share This Page