Styling the home page, third round of questions

Discussion in 'Local Business WordPress Theme' started by marilenis, Oct 16, 2013.

  1. marilenis

    marilenis New Member

    Joined:
    Sep 6, 2013
    Messages:
    11
    Likes Received:
    0
    Hi,
    thanks for your kind reply to my previous questions. I have a few more if you don't mind. There are two files attached, the questions are listed there, they are self-explanatory. Thanks! ;) Styling_questions#3.png Styling_questions#4.png
     
  2. Piyush

    Piyush Support Staff

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

    1. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .menu_bar {
    height: 36px;
    }
    #menu .ddsmoothmenu li a {
    padding: 7px 20px 7px 20px;
    }
    #menu .ddsmoothmenu li {
    background-position: 0px -10px;
    }
    2. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .signupform input.btnsubmit {
    width: 250px;
    background-size: 100% 150px;
    }
    3. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .signupform input.btnsubmit:hover {
    width: 250px;
    background-size: 100% 150px;
    }
    4. Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    5. Go to the Appearance > Theme Options > Homepage Feature Area panel in your dashboard
    and paste the URL link in their respected feature link section.

    6. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .feature_info .feature_videobox img {
    width: auto;
    height: auto;
    }
    7. Go to the Dashboard > settings > reading
    and set it to default as shown in the image given below.

    [​IMG]


    This will solve your issue.
     

Share This Page