Make Interior Page Contact Form look like Home Page Contact Form

Discussion in 'Blackriders WordPress Theme' started by tccostin, Feb 18, 2014.

  1. tccostin

    tccostin New Member

    Joined:
    Feb 13, 2014
    Messages:
    7
    Likes Received:
    0
    Hello,

    I've attached pictures of both my home page and interior page contact forms. I was able to change the home page and interior page contact form thanks to checking all your threads in this them on the forum. But can't find where I can make the interior contact form look just like the one on my home page. Can you help me please?

    Thanks,
    Tim Home page lead capture form.jpg Interior Page Lead Capture form.jpg
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Tim,

    I think you are using old version of theme. Please download theme again from your members area and upload it. It will resolve this issue.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. tccostin

    tccostin New Member

    Joined:
    Feb 13, 2014
    Messages:
    7
    Likes Received:
    0
    Thanks Nitesh.
    What's funny is I just purchased this theme about a week ago.
    So has it been updated since then?

    I got my site looking the way it does by using custom CSS code posted in many of the threads.

    The URL is http://www.patioenclosurebuilders.com
     
  4. tccostin

    tccostin New Member

    Joined:
    Feb 13, 2014
    Messages:
    7
    Likes Received:
    0
    Can you at least tell me how to get the gray border around the contact form on my inside pages?
     
  5. 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:
    .sidebar .signinformbox_wrapper {
    -webkit-box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
    -moz-box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
    box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
    }
     
    This will solve your issue.
     

Share This Page