Home Forums WoodMart support forum User account dropdown

User account dropdown

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #163811

    trecarn
    Participant

    Hi there,

    Is there a way of disabling the account drop down menu when user is logged in. See screen shot attached.

    Kind regards,

    Alex

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

    Hello,

    In theme settings there is no such option to disable the account drop down menu after login. But you can use the below CSS code in global custom CSS area under theme settings >> custom CSS to hide the menu:

    .woodmart-header-links .menu-item-my-account{
    display:none;
    }

    I have tested this code on my test site and it works perfectly fine.

    Best Regards.

    #163975

    trecarn
    Participant

    Perfect thanks

    #163999

    Most Welcome :)

    If you do not mind, can you please leave 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Have a great day :)

    Topic Closed.
    Best Regards.

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

The topic ‘User account dropdown’ is closed to new replies.