• Resolved flaviossantos

    (@flaviossantos)


    Hi,

    First congratulation Superb lite is a great theme.

    My questions

    How to center the menu header?

    How to remove the Home text intro and Video?

    How to change footer color?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author IdeaBox Themes

    (@ideabox-themes)

    Hello,

    You can add the following CSS to “Custom CSS” section in theme customizer

    .main-navigation ul { text-align: center; }
    .main-navigation li {
    float: none;
    display: inline-block; }
    .home-video-area { display: none; }
    #footercontainer,
    .footer-wrap
     { background: your-background-color; }

    Or you can upgrade to the Pro version it comes with direct options to enable/disable Home text and video sections, more color schemes and center aligned navigation.

    Thread Starter flaviossantos

    (@flaviossantos)

    Thanks!

    Thread Starter flaviossantos

    (@flaviossantos)

    Hi,

    I tried to customize a little bit more the main navigation but I’m a little bit lost the result was not as expected, there is something I’m missing?

    .main-navigation li a:hover {
    backgroun-color: #da313c;
    color: #fff;
    }
    
    .main-navigation ul li {
    border-right: 1px solid #fff;
    text-align: center;
    }

    Thanks again

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Menu Header’ is closed to new replies.