Account tab opened by default when loading the page
-
Hi team,
I hope you are well ??
For some context, I use the default shortcode [ultimatemember_account] to display the account options to the user, like changing the password or deleting the account.
However, when loading a page with this shortcode, an account tab is opened by default: the account tab. This does not look very nice on my webpage, so I would like to know if it is possible to ensure no tabs are opened by default.
I tried with CSS and the best I could do was with:
.um-account-tab { display: none !important; }
But the issue with that is that then the user cannot open any tab.
If I remove the
!important
, the tab is opened by default, even with the CSSdisplay:none
.Is there a built in option in Ultimate Member to ensure no tabs are opened when loading this shortcode? If not, do you have a PHP function I can copy-paste in my functions.php file, or some CSS code? (or anything else)
Let me know if you need more information.
Best,
Tiito
- The topic ‘Account tab opened by default when loading the page’ is closed to new replies.