Separate Email Send Enquiry Send To Friend

This topic contains 6 replies, has 2 voices, and was last updated by  Kor 7 years, 1 month ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #365195

    James Santarius
    Free User
    Post count: 9

    How would I separate the Send Enquiry and Send To Friend buttons in the details more info on the sidebar into two separate links on two separate lines. Can’t seem to find a way to make this happen.

    #365198

    Kor
    Moderator
    Post count: 16516

    Hi James,

    Do you mind sharing the URL of the site in question so we can take a look? We probably can use custom CSS to achieve this. You can use the private reply option below.

    Thanks!

    #365924

    James Santarius
    Free User
    Post count: 9
    #365944

    Kor
    Moderator
    Post count: 16516

    Hi James,

    Could you try using the custom CSS below and see if it’s what you’re looking for? It should look like this http://prntscr.com/eh5b1c if it works. Insert into GD > Design > Script > Custom Style CSS

    
    
    a.b_sendtofriend {
        display:block;
        background-color: #90411e;
        padding: 4px;
        margin:0 -4px!important;
        border-bottom: 2px solid #6b2c10;
    }
    
    .geodir-sidebar-wrap div.geodir_more_info.geodir_email {
        background-color: transparent;
        border-bottom: 0px;
    }
    
    a.b_send_inquiry {
            display:block;
        background-color: #90411e;
        padding: 4px;
        margin:0 -4px!important;
        border-bottom: 2px solid #6b2c10;
    }
    
    .geodir-i-email i.fa.fa-envelope {
        display:none;
    }

    Thanks!

    #365962

    James Santarius
    Free User
    Post count: 9

    Thanks for the help.

    It’s almost there. I changed to this to get the spacing between them correct. When I moved it up I can see a bit of the vertical | bar that was between them. Not sure how to get rid of that and it may be what caused the extra vertical space between them to start with.

    I would also like the envelope to show before the text on each link.

    
    
    
    a.b_send_inquiry {
            display:block;
        background-color: #90411e;
        padding: 4px;
        margin:0 -4px -6px !important;
        border-bottom: 2px solid #6b2c10;
    }
    
    #366030

    James Santarius
    Free User
    Post count: 9

    As a followup I’ve got this working now. Figured out how use :before to add the envelope in front of the text for each link. Had to use some jquery to remove the vertical bar from between them.

    #366060

    Kor
    Moderator
    Post count: 16516

    Hi James,

    Thanks for letting us know and I’m glad that you sorted it out yourself. Well, let us know if you need anything else.

    Thanks!

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

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

Open Support Ticket