• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    transparent highlight around my links

    Opera for Windows
    3
    5
    691
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • chazzclr
      chazzclr last edited by leocg

      How can I disable the transparent highlight around my links? This new feature is way too busy, makes my page much larger and is slow at loading?

      Reply Quote 0
        leocg 1 Reply Last reply
      • leocg
        leocg Moderator Volunteer @chazzclr last edited by

        @chazzclr I don't see it here, do you have a screenshot?

        Reply Quote 0
          1 Reply Last reply
        • chazzclr
          chazzclr last edited by

          @leocg ,,, Since the latest major upgrade. All the links have a transparent highlight around them. Just look at the formatting on any links ... the links also now allow you to set a custom image - which is OK. Thus, Opera has removed default images for your links, then put THICK transparent borders around new and existing links, You should notice the change immediately in my attached screenshot. image_2023-08-04_110730517.png

          Reply Quote 0
            leocg 1 Reply Last reply
          • leocg
            leocg Moderator Volunteer @chazzclr last edited by

            @chazzclr Ah, I thought you were talking about links and not speed dial thumbnails.

            That's part of the new Speed dial design as far as I know.

            Reply Quote 0
              1 Reply Last reply
            • piris44
              piris44 Banned last edited by

              Using CSS for Single Element:
              Add the following CSS rule to the specific element containing the links in your HTML:

              css
              /* Replace ".your-element-class" with the class name or ID of your container element */
              .your-element-class a:focus,
              .your-element-class a:active {
              outline: none;
              }
              This CSS rule will remove the outline (transparent highlight) around links in the specified container element when they are clicked or focused.

              Using Global CSS Reset (Not Recommended):
              You can use a CSS reset that removes outlines from all elements, but this is not recommended as it might affect accessibility. However, if you still want to proceed, you can add the following CSS rule to your global styles:

              css
              /* Not recommended for accessibility reasons */
              *:focus,
              *:active {
              outline: none;
              }
              This will remove the outline from all elements when they are clicked or focused.

              It's important to note that removing the transparent highlight around links can impact accessibility for keyboard users, as it helps indicate focus. If you choose to disable the outline, consider adding a visual indicator or alternative focus styles to ensure your website remains accessible to all users.

              Additionally, if the issue you are facing is related to the overall size and loading time of your page, it might be caused by other factors such as large images, excessive scripts, or inefficient CSS. Consider optimizing your website for performance to improve loading times and overall user experience.

              Reply Quote 0
                1 Reply Last reply
              • Locked by  leocg leocg 
              • First post
                Last post

              Computer browsers

              • Opera for Windows
              • Opera for Mac
              • Opera for Linux
              • Opera beta version
              • Opera USB

              Mobile browsers

              • Opera for Android
              • Opera Mini
              • Opera Touch
              • Opera for basic phones

              • Add-ons
              • Opera account
              • Wallpapers
              • Opera Ads

              • Help & support
              • Opera blogs
              • Opera forums
              • Dev.Opera

              • Security
              • Privacy
              • Cookies Policy
              • EULA
              • Terms of Service

              • About Opera
              • Press info
              • Jobs
              • Investors
              • Become a partner
              • Contact us

              Follow Opera

              • Opera - Facebook
              • Opera - Twitter
              • Opera - YouTube
              • Opera - LinkedIn
              • Opera - Instagram

              © Opera Software 1995-