Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #875360

    enriquejahn
    Participant

    Hello there,

    I’d like to have a solid line under my menu that stays even when I scroll down. Im using renew and the site is: http://themortgageprofessionals.ca

    Regards,

    #875361

    enriquejahn
    Participant

    Also I like to add a line that separate the logo from the menu. It’s this possible?.

    Regards,

    #875907

    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-navbar {
      border-bottom: 1px solid #333;
    }
    
    a.x-brand.img {
      border-bottom: 1px solid #333;
      padding-bottom: 30px;
    }
    

    Hope this helps.

    Cheers!

    #876535

    enriquejahn
    Participant

    Thanks! Worked perfectly, but the line between the logo and the menu, I’d like to be full with background.

    Regards,

    #876923

    Darshana
    Moderator

    Hi there,

    Please add the following code instead.

    
    .x-logobar {
        border-bottom: 1px solid #333333;
    }
    

    Hope that helps.

    #876933

    enriquejahn
    Participant

    Done! Thank you very much.

    Regards,

    #877516

    Prasant Rai
    Moderator

    You are most welcome. 🙂