Change dots to edit listings / tablet portrait 2 columns

This topic contains 2 replies, has 2 voices, and was last updated by  Tony Bellens 4 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #5906

    Tony Bellens
    Free User
    Post count: 254

    Hi,

    I have 2 questions regarding the geo directory listings in the user profile.

    1. How would I change the 3 dots under the listings (for edit, upgrade and delete) to a different icon (cog) or to simply have the words there instead. A few of our users start sending messages asking on how they have to edit their listings.

    2. On tablets, the 3 column grid gets a bit narrow. Would it be possible to have it in 3 columns for tablets landscape (and bigger), 2 columns for tablets portrait (phone landscape) and 1 column for phone portrait.

    Thank you very much,
    Tony

    #5910

    Alex Rollin
    Moderator
    Post count: 27815

    1. This would require your own custom CSS. Instead you can add a custom tab with GD listings to show the normal GD Author Actions links instead.

    2. This would require your own custom CSS.

    I have made notes of these ideas and we will consider working solutions for them into future versions. UsersWP is evolving repidly and we do appreciate the feedback.

    #5916

    Tony Bellens
    Free User
    Post count: 254

    Hi Alex,

    thanks. I managed to change the dots to the cog with the following code.

    
    .bsui .col {
       max-width: 85%;
    }
    
    .fa-ellipsis-v::before {
        content: "\f013" !important;
    }
    
    .fa-sm {
        font-size: 27px !important;
    }
    

    So all good for now.

    Thanks,
    Tony

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

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

Open Support Ticket