Navigation Bar

Home Forums Jevelin Theme Navigation Bar

Home Forums Jevelin Theme Navigation Bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • mtortorello
    Participant

    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

    mtortorello
    Participant

    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

    Attachments:
    You must be logged in to view attached files.

    Could you please share me your site URL where it’s happening so that i can troubleshoot it?

Viewing 4 posts - 1 through 4 (of 4 total)