Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1087292
    LarchmontBlvd
    Participant

    Hi. I’m using a transparent button. On hover, I would like to have a solid white background. Please advise.

    Thank you.

    Michele

    #1087302
    LarchmontBlvd
    Participant
    This reply has been marked as private.
    #1087443
    Joao
    Moderator

    Hi There

    Please add the following code to Appereance Customizer Custom CSS

    
    .x-btn:hover {
      
        background: white !important;
        background-color: white !important;
        border: white;
    }

    Hope that helps

    Joao

    #1087494
    LarchmontBlvd
    Participant

    Thank you for your response.

    After I added the code, the columns move/shift when I hover over the button. Please look at the homepage and you’ll see what I’m talking about

    #1088029
    Rupok
    Member

    Hi there,

    There was a small glitch on the code. Let’s try this :

    .x-btn:hover {
        background: white !important;
        background-color: white !important;
        border-color: white;
    }

    Hope this helps.

    #1089947
    LarchmontBlvd
    Participant

    Perfect! Thank you.

    #1090298
    Rad
    Moderator

    You’re welcome!

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