Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1307449
    Andreas Bjerve
    Participant

    Hi,

    I can´t seem to make my callout background transparent using this code:

    .x-callout:before{
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background-color: transparent;
    }

    Could you have a look?

    I´d also like for the button to be transparent.

    Thanks!

    #1307450
    Andreas Bjerve
    Participant
    This reply has been marked as private.
    #1307496
    Joao
    Moderator

    Hi There,

    Please also add :

    
    .x-callout {
        background: none;
        border: none;
        box-shadow: none;
    }
    .x-callout .x-btn {
        background: white;
    }
    
    .x-callout .x-btn:hover {
      color: black;
    }

    Hope that helps,

    Joao

    #1307591
    Andreas Bjerve
    Participant

    Great, thanks a bunch! 😀

    #1307614
    Joao
    Moderator

    You are welcome 🙂

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