Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #168225

    Hi, I am using the header with bottom navigation on Enfold and I would like to do the following changes, could you please help me out? My site is http://thbchilere.cl/sitio_nuevo/

    1. I would like to add a phone number and email where the social icons should go (in line with the logo) and therefor delete the top grey bar where the number usually goes.
    2. The menu tabs to be aligned to the right hand side
    3. Change the color of the menu bar to a grey colour.

    Hope you can help me out…
    Thanks

    #168597

    Hi antoniahv!

    1) Add following code into the quick css field

    
    #header_meta {
    display: none;
    }
    

    2) Use followingg css code to align the tabs to the right

    
    .bottom_nav_header.social_header .main_menu ul:first-child {
    float: right;
    width: auto;
    }
    

    3) You can change the color with

    
    #header_main_alternate, #top .main_menu .menu>li>a{
    background: #eee;
    }
    

    Best regards,
    Peter

    #168948

    Thanks
    worked perfect!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header with Bottom Navigation Changes’ is closed to new replies.