Detail Page

This topic contains 5 replies, has 3 voices, and was last updated by  Jonathan 6 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #407603

    roomsforcrew
    Free User
    Post count: 7

    Hello

    I’ve used the following code to remove the send to friend button off the detail page:

    a.b_sendtofriend {

    display:none;
    }

    Please see the attached image, is it possible to remove the divider (|) that separates the send enquiry and send to friend buttons?

    Many thanks

    Ben

    #407623

    Kor
    Moderator
    Post count: 16516

    Hi Ben,

    Try using this custom CSS and see if it helps.

    
    
    a.b_sendtofriend {
        display:none!important;
    }
    
    .sd-detail-cta .geodir_email{
       width: 109px!important;
       white-space: nowrap!important;
       overflow: hidden!important;    
    }
    #407670

    roomsforcrew
    Free User
    Post count: 7

    Hello again

    No luck I’m afraid…

    Ben

    #407704

    Jonathan
    Lifetime Member
    Post count: 79

    Hello Ben:

    Try this CSS (hack):

    .geodir-i-email {
    font-size: 0px;
    }

    .geodir-i-email a, i.fa-envelope {
    font-size: 12px;
    }

    The first code tells all of the font to be 0px. Then the second CSS tells the link(s) and the envelope to be 12px (adjust to the size you need). Let me know if you have any other questions.

    #407744

    roomsforcrew
    Free User
    Post count: 7

    Hi Jonathan

    That worked a treat!

    Thank you very much

    Ben

    #407866

    Jonathan
    Lifetime Member
    Post count: 79

    Hello Ben:

    You are welcome. I am glad I could be of assistance and contribute back the community in some little way. Pass it along if you find someone you can assist in the forums. Together we keep the community going strong.

    Best of luck to your directory(ies)!

    Jonathan

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

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

Open Support Ticket