Dropdown Menu for My Account

Posted in: Newspaper
Post count: 31

Hi!

How can I create such a dropdown Menu as it is done here for “My Account”? https://demo.tagdiv.com/newspaper_doctors_pro/

Best

Post count: 27744

Hello,

You can use the Menu login and set here the custom pages https://i.imgur.com/U1qUO4A.png

Thank you!

Post count: 31

Unfortunately I cannot find “Menu Login” in the composer: https://prnt.sc/_pu_bHEQVXsK

Post count: 27744

Hi,

This element is from Opt-In Builder -> https://forum.tagdiv.com/shortcodes/ please activate it.

Thank you!

Post count: 31

Ah, amazing. Thank you!
No I am wondering how I can hide/deactivate subscription in the menu and in the account details: https://prnt.sc/0t7H8sUib-Ty
And since we use an own plugin for user management, we also do not need the predefined account details tab, since we have an own overview. How is it possible to hide/deactivate this: https://prnt.sc/hEyYUkIp-xSg

Thanks!

Post count: 27744

Hello,

This can be hidden only using a custom code css.
.tds_menu_login .tdw-wml-menu-list li:nth-child(3), .tds_my_account .tds-san-item-wrap:nth-child(2), .tds_my_account .tds-san-item-wrap:nth-child(3)
{
display: none;
}

Set the code in Theme Panel -> Custom Code -> Custom Css.

Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.