Forum replies created

    In reply to Menu bar
    Imran
    Spectator
    Posts: 403
    June 11, 2015 at 10:28 am #18201

    Hi there,

    Thanks for writing in,

    In the theme customizer there are two options available dark or light so which can be attained by going into Appearance > Styling > Menu Color as per shown here: http://prntscr.com/7fogba. However if you wish to achieve plain background you can add following code under Appearance > Theme Options > Custom CSS:

    #wrapper .menu-header {
    background: #eeeeee !important;
    }

    Thanks.

    In reply to FlexSlider
    Imran
    Spectator
    Posts: 403
    June 10, 2015 at 1:04 pm #18104

    You’re welcome! 🙂

    In reply to FlexSlider
    Imran
    Spectator
    Posts: 403
    June 10, 2015 at 12:24 pm #18084

    Hi there,

    Thanks for writing in,

    As your website is in coming soon mode so I couldn’t check it. However to achieve more width in your content you can add following code under Appearance > Theme Options > Custom CSS:

    #primary {
    width: 74%;
    }

    Thanks.