Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1007796
    Noaviv
    Participant

    Hello,

    I would like to have the icon to the right of the text in the prompt and call out. Is this possible?

    Thanks!

    #1008033
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Technically yes, please provide us your site URL. Put a class to your prompt and call out elements. And let us know what icon you want to use.

    Cheers!

    #1008045
    Noaviv
    Participant

    Thanks here is a page with two prompts

    http://unsettle.jessicarea.me/about-unsettle/

    They both have the class fwprompt

    I would like to use angle-double-right to the right of the text. It will be the same on the callouts.

    #1008356
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-prompt-section.x-prompt-section-message:after {
        content: "»";
        color:#ffffff;
        font-size:50px;
        float:right;
        display:inline-block;
        clear:none;
        position: relative;
        left: 80px;
        top: -90px;
        margin-bottom: -100px;
    }
    
    .x-prompt-section.x-prompt-section-message {
        width:42%;
    }

    Hope this helps – thanks!

    #1009198
    Noaviv
    Participant

    Hello, I actually wanted the icon in the button, just on the right side instead of the left. Not to the right of the actual prompt text.

    #1009215
    Noaviv
    Participant

    I think I figured it out, thanks

    #1009343
    Joao
    Moderator

    Hi There,

    That is great, let us know if there is anything else we can help you with.

    Thanks,

    Joao

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