Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1312290
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! You can leave the code instead.
    If you need anything else we can help you with, don’t hesitate to open another thread.

    Best Regards.

    #1312313
    fabiofava
    Participant

    Hey there,

    I’ve attempted every option you guys gave me. I even attempted the option below, since I want to have this outlines (in grey) around my buttons:

    .x-btn:focus,
    .button:focus,
    [type=”submit”]:focus {
    outline: rgba(225, 225, 225, 0.75) !important;
    }

    But the outline just disappear on the buttons. I would like to have them there, but with the same color of the other items outlines (navbar buttons, flip cta, etcetera)…

    For the moment, or I have no outline (with the Custom CSS you’ve sent above) or a red outline (with prior custom codes you guys sent me).

    #1312330
    Christopher
    Moderator

    Hi there,

    Following code should work :

    .x-btn:focus, .button:focus, [type="submit"]:focus {
        outline: 5px auto #666666;
    }

    If it doesn’t, provide us with login credentials in private replay.

    Thanks.

    #1312332
    Christopher
    Moderator

    Hi there,

    Following code should work :

    .x-btn:focus, .button:focus, [type="submit"]:focus {
        outline: 5px auto #666666;
    }

    If it doesn’t, provide us with login credentials in private replay.

    Thanks.

    #1312335
    fabiofava
    Participant

    Just perfect! Than-X!

    #1312338
    Christopher
    Moderator

    You’re welcome.

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