Resize Navigation Menu

Discussion in 'StartPoint Business One Page WordPress Theme' started by sangermike, Nov 30, 2014.

Thread Status:
Not open for further replies.
  1. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    I need help to
    1. increase the font size of the Top Menu
    2. also take out the top box on the slider description "Aloha"
    3. be able to adjust the top and bottom padding of the (opacity) slider description

    allmetal101.com

    Thank you
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    1.
    Code:
    .menu-sp ul a {
    font-size: 16px;
    }
    We have set font-size:16px in menu you can increase it according to your need.

    2.
    Code:
    .text-container h3 {
    display: none;
    }
    3.
    Code:
    .text-container h1 {
    padding: 55px 56px;
    }
    We have set top and bottom padding:55px you can decrease it according to your need.
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    Thank you again.
     
  4. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    Yogesh, how can I minimize the distance between "Products" and "Locator". Also to move the whole menu line in the center of the top header space. Thanks
     
  5. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sf-arrows .sf-with-ul {
    padding-right: 10px;
    }
    .menu-sp ul {
    padding-top: 75px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  6. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    Thanks Yogesh
     
Thread Status:
Not open for further replies.

Share This Page