Hello @smalavi06gmailcom
Sorry, Could you describe your question in more detail?
Regards.
yes, I want area in image that I inserted link , be sticky , with scroll upper and down. it be fix and dont move and alwase show. like heaser fix (sticky header in site)
Hello @smalavi06gmailcom
You could use a CSS code with “position: fixed;” property. Sorry, but customizations are not included in our support.
Regards.
hello, thank you, and how can I use a field such as ” date of birth ” under profile name?
I attached a picture in this message.
and how can I edit it ( ultimate member) with elementor pro ?
Hi, where can I use this code ? thanks
Hi @andrewshu Andre
thanks for your help
I dont want to add account tap,I have done this before, how I want to be able to add a field under picture in profile
and to remove account name , like this picture
thanks a ton
Hello @smalavi06gmailcom
Unfortunately, this functionality does not exist in our plugin at this time.
Regards.
Hi @andrewshu
Is this css correct for changing the account color in mobile mode?
@media screen and (max-width:768px){ .um-account-name a { color: #1A1657; } }
In the ordering section
But there is no change 🙁
Hi @andrewshu
I can change color account tap in desktop with setting in ultimate member, but it change not in mobile or tablet !
what must I do?
thank you
Hello @smalavi06gmailcom
Try to use this code:
@media screen and (max-width:768px){ .um-account-name a { color: #1A1657 !important; } }
Regards.