Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1008684
    MarinaWinkler
    Participant

    Hi, since yesterday I sometimes have this issue, where could it come from?

    Black square outline appears sometimes very briefly around a navigation link i click on my x-theme renew. I haven’t caught it yet with a screenshot… Some script bug? Or conflict?

    Thanks.
    Mairna

    #1008687
    MarinaWinkler
    Participant
    This reply has been marked as private.
    #1008731
    Lely
    Moderator

    Hi Marina,

    Thank you for the screenshot. That is a browser settings. Please add this CSS on Appearance > Customize > Custom > Edit Global CSS to remove those border/outline

    a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus {
        outline: none !important;
    }

    Hope this helps.

    #1008837
    MarinaWinkler
    Participant

    Yes, thanks!

    #1008895
    Paul R
    Moderator

    You’re welcome! 🙂

    #1053261
    MarinaWinkler
    Participant

    Hello,

    I’ve been searching the forum for a way to delete the widget titles and icons in my sidebar, but haven’t found any. Could you please give me some css example of how to do this?

    Thank you very much,
    Marina

    #1053688
    Prasant Rai
    Moderator

    Hello Marina,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    h4.h-widget {
        display: none !important;
    }

    Thanks.

    #1053971
    MarinaWinkler
    Participant

    Thank you, that worked 🙂

    #1054138
    Thai
    Moderator

    Glad it worked 🙂

    If you need anything else please let us know.

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