Comments daimpa started the conversationMarch 5, 2019 at 4:15pmHello, I need two things for main nav menu, with header style #1:I would like to have transparent bg color for active/hover item (no chance to add "transparent" in the customization options)I want to add a separator between the "li" items. I'd like to use "/" as a separator.Cheers,Daniele. 501Penci repliedMarch 7, 2019 at 1:43amHi,Please go to Customize > Logo and Header Options, then scrolldown and check "Disable Padding on Menu Item Level 1" option as screenshot http://prntscr.com/mucyxoBest Regards,PenciDesigndaimpa repliedMarch 7, 2019 at 12:58pmThis removes background color, thanks. Now I need: More padding between itemsA character separating items. Example: Home / Forum / Blog 501Penci repliedMarch 8, 2019 at 1:51amHi,Please go to Customize > Addtional CSS then add custom css to do that : .main-navigation.penci_disable_padding_menu > ul:not(.children) > li:not( :last-child ){ padding-right: 30px}.main-navigation.penci_disable_padding_menu > ul:not(.children) > li:not( :last-child ):before { content: '/'; position: absolute; right: 15px; margin-top: -2px; float: right; line-height: 1; top: 50%; transform: translateY( -50% );}You can change padding between items is 30 to any padding you want.Best Regards,PenciDesign Sign in to reply ...
Hello, I need two things for main nav menu, with header style #1:
Cheers,
Daniele.
Hi,
Please go to Customize > Logo and Header Options, then scrolldown and check "Disable Padding on Menu Item Level 1" option as screenshot http://prntscr.com/mucyxo
Best Regards,
PenciDesign
This removes background color, thanks.
Now I need:
Hi,
Please go to Customize > Addtional CSS then add custom css to do that :
You can change padding between items is 30 to any padding you want.
Best Regards,
PenciDesign