Help: suits theme

  • Unknown's avatar

    Hi. Am thinking of changing my theme to suits. I was wondering if it’s possible to change the header area background and menu bar to white like this site: http://stylerarebit.com , so the whole site looks clean and white and if so how can this be done?
    also is it possible to add sub menus under your main ones? for e.g. on my site under about there is “contact” but when i preview the suits theme it shows them as separate menus.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi

    Yes, it is possible to change the colors of header and menu background. You will have to have Premium Plan and add a Custom Design > CSS code (below):

    .site-header {
        background-color: #FFFFFF;
    }
    
    #navbar {
        background-color: #fffff;
        color: #CCCCCC;
    }

    With this, the color of menu texts wil be a light gray. Change CCCCCC to another color code of your preference.

    regarding sub menus, the Suits theme works with it very well, I don’t know what is the issue with the preview, but if you setup the submenus correctly, it will work!

    Hope that helped

  • The topic ‘Help: suits theme’ is closed to new replies.