Making Profile Editing Button More User Friendly

This topic contains 4 replies, has 2 voices, and was last updated by  Hayley Kirkman 4 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #535488

    Hayley Kirkman
    Expired Member
    Post count: 37

    Hi,

    I was wondering if there was any way to add text next to or near the three dots that are the button to click to edit the profile. In the attached screen shot you can see that I made them larger and bright orange.

    I was wondering if the edit pop out box that shows when the button is clicked could always show by default? or Could text be added next to it in the gray area under the listing that says “Click Dots to Edit Listing”.

    I feel the current dots are intuitive to most web users; however we have a crowd of less tech savvy folks whom will be using the site. We would like to make the edit button more obvious if possible.

    Thanks,
    H

    #535493

    Kor
    Moderator
    Post count: 16516

    Hi Hayley Kirkman,

    Thanks for your post. What you needed there is definitely possible with customization but it falls outside of what we’re able to provide for support. However, we can help with minor customization like CSS stylings. Could you share the URL of the page in question and along with your Website WP admin access here in private reply and I’ll check and see if there is anything I can do to make these buttons more obvious.

    #535497

    Hayley Kirkman
    Expired Member
    Post count: 37
    This reply has been marked as private.
    #535516

    Kor
    Moderator
    Post count: 16516

    Hi Hayley,

    Thanks for your reply. You can try using this custom CSS code below to achieve this. Insert into WP > Appearance > Customize > Additional CSS.

    .bsui .dropdown-menu {
        position: relative;
        display: block;
    }
    
    .bsui .row {
        display: block;
    }
    
    i.fas.fa-ellipsis-v.fa-sm.fa-fw {
        display:none;
    }
    #536595

    Hayley Kirkman
    Expired Member
    Post count: 37

    Hi Kor,

    That worked perfectly! Thank you so much.
    H

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket