• Hello, I’ve got problem with default theme style (assets/css/style.css). All focused links on page has white background. I’m using SiteOrigin Page Builder.

    Has OceanWP any option to disable css as below?

    .single-post:not(.elementor-page) .entry-content a,
    .page:not(.elementor-page):not(.woocommerce-page) .entry a {
    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:hover,
    .page:not(.elementor-page):not(.woocommerce-page) .entry a: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:focus:not(.wp-block-button__link):not(.wp-block-file__button),
    .page:not(.elementor-page):not(.woocommerce-page) .entry a: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;
    }`

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Focused a tag with white background’ is closed to new replies.