Moving Favorite and Share icons / Change Number text

This topic contains 4 replies, has 3 voices, and was last updated by  Alex Rollin 6 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #428570

    Collin
    Free User
    Post count: 34

    I’m almost positive I seen something related to how to move the favorite and share buttons to the sidebar instead of in the top, but I can’t find it. I would like to move them to the sidebar. I’ve attached a picture of what I mean visually.

    Also I would like to change the “link” overlay for the numbers. The listing number will show “Call” instead of the number. If this could be mobile only, that would be perfect.

    #428572

    Collin
    Free User
    Post count: 34

    Other file

    #428597

    Kor
    Moderator
    Post count: 16516

    Hi Collin,

    Thanks for your post. I’m able to figure out a way to insert a Call to the phone number using the custom CSS code below. But there isn’t a way to remove the numbers, unfortunately. As for moving the favourites and social buttons on the sidebar, that would require customization.

    
    
    @media only screen and (max-width: 660px){
    .fa.fa-phone-square {
        display: inline!important;
    }
    .fa-phone-square:before {
        content: "Call"!important;
    }
    }
    #428668

    Collin
    Free User
    Post count: 34

    Customization via developer?

    #428686

    Alex Rollin
    Moderator
    Post count: 27815

    Hi Colin,

    yes, some elements of GDV1 are a little difficult to move around, and moving them can cause unexpected results. There aren’t any settings to change the location of those elements, so it would be a customization, which we can’t help with here in the forum.

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