Supreme popus

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

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

Open Support Ticket
  • Author
    Posts
  • #409616

    Joy
    Buyer
    Post count: 1076

    Hello, on the Supreme theme, there is a line between the “Send Enquiry” link and the “Send to Friend” link for the popup form. How can I get rid of that little line? I’ve moved the Send Enquiry link so right now there’s it looks like this:

    | Send to Friend

    https://wpgeo.directory/supreme-directory/places/united-states/west-virginia/fayetteville/restaurants/chez-jice/

    Thank you.

    #409622

    Alex Rollin
    Moderator
    Post count: 27815

    Hello!

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

    and some extra

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

    That was discussed here:

    https://wpgeodirectory.com/support/topic/detail-page-2/

    #409633

    Joy
    Buyer
    Post count: 1076

    Thank you for the link, but that didn’t work. That post was similar but they removed the opposite popup link that I have done. Please see attached.

    #409650

    Guust
    Moderator
    Post count: 29970

    Try this CSS, adjust as required:

    
    
    .geodir-i-email {color: white;}
    .sd-detail-cta .fa-envelope {color: red;}

    Thanks

    #409651

    Joy
    Buyer
    Post count: 1076

    Yay. Thank you. 🙂

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