Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1340084
    brendanduggan11
    Participant

    How do I remove the “>” before the text “Send an inquiry through Facebook Messenger!” in my contact section?

    http://www.sunshinesalsatours.com

    #1340245
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .widget_text .h-widget:before {
        content: " ";
        padding-right: 0;
    }

    Hope that helps.

    #1341900
    brendanduggan11
    Participant

    Got it too work with the following

    .widget.widget_text .h-widget:before {
    content: ” “;
    padding-right: 0;
    }

    #1341919
    Jade
    Moderator

    Glad to hear you got it sorted.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1340084 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>