Tagged: x Author Posts April 10, 2016 at 12:18 pm #875360 enriquejahnParticipant 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, April 10, 2016 at 12:19 pm #875361 enriquejahnParticipant Also I like to add a line that separate the logo from the menu. It’s this possible?. Regards, April 11, 2016 at 12:01 am #875907 RupokMember 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! April 11, 2016 at 9:47 am #876535 enriquejahnParticipant Thanks! Worked perfectly, but the line between the logo and the menu, I’d like to be full with background. Regards, April 11, 2016 at 1:09 pm #876923 DarshanaModerator Hi there, Please add the following code instead. .x-logobar { border-bottom: 1px solid #333333; } Hope that helps. April 11, 2016 at 1:21 pm #876933 enriquejahnParticipant Done! Thank you very much. Regards, April 11, 2016 at 10:01 pm #877516 Prasant RaiModerator You are most welcome. 🙂 Author Posts