Home › Forums › Jevelin Theme › Navigation Bar
Home › Forums › Jevelin Theme › Navigation Bar
Hi,
Is there anyway I remove the down arrows that are next to the main navigation bar that have sub pages? I know they indicate that there are sub pages but I think it would look cleaner to not have them there.
Thank you
Hi @mtortorello,
I hope you are well today and thank you for your question.
You can remove them by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-nav li.menu-item-has-children > a:after, .sh-nav li.menu-item li.menu-item-has-children > a:after{ display: none; }
Best regards,
Shufflehound team
Thank you so much it worked! I have another questions. I did a sticky header and my Logo is getting cut off. I would actually like my logo to be in the header. Please see attached screen shot. Can you help me on this?
Thank you
Could you please share me your site URL where it’s happening so that i can troubleshoot it?