• Hi,
    I need your help. The biggest problem is white rectangle when A tag is :focus’ed. I found the reason and now I would like to remove below lines from style.css:

    .single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button),
    .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button) {
      cursor: pointer;
      text-underline-offset: 3px;
      text-decoration: underline;
      text-decoration-skip-ink: all;
      transition: all 0.3s ease;
    }
    
    .single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button):hover,
    .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button):hover {
      text-decoration: underline;
      -webkit-text-decoration-style: dotted;
              text-decoration-style: dotted;
      text-decoration-skip-ink: none;
      transition: all 0.3s ease;
    }
    
    .single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button):focus:not(.wp-block-button__link):not(.wp-block-file__button),
    .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button):focus:not(.wp-block-button__link):not(.wp-block-file__button) {
      /* Only visible in Windows High Contrast mode */
      outline: 2px solid transparent;
      text-decoration: underline 1px dotted #13aff0;
      text-decoration-skip-ink: none;
      background: rgba(255, 255, 255, 0.9);
      transition: all 0.3s ease;
    }

    Any idea how to do that? I’m using child theme. Maybe is possible to remove this section using functions.php file?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Kindly share a snapshot of the issue and share the page URL to inspect it.

    Thread Starter jarr24

    (@jarr24)

    Hello,

    You can see white rectangle when zoom icon or link icon is clicked on my Portfolio page:

    https://webfix.pl/portfolio/

    Any idea how to solve the problem?
    Kind Regards!

    Hello,

    It seems the plugin conflict issue. Try to disable all the nonocean plugin and check if it is working or not. If yes, enable the one by one plugin, and refresh the page after enabling each plugin, to check the conflict issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove TYPOGRAPHY section from style.css file?’ is closed to new replies.