• There’s an extra } on line 197 of css/style.css, which is causing CSS parsing errors, particularly when combining that file with other stylesheets.

    Please remove.

    It’s just above .result-count {.

Viewing 1 replies (of 1 total)
  • Thread Starter Gal Baras

    (@galbaras)

    One more CSS issue. The following code is too broad, resulting in a conflict with other plugins:

    
    @media screen and (min-width: 783px)
    .dashicons-search {
        margin-top: 3px !important;
    }
    @media screen and (min-width: 783px)
    .dashicons-search, .sf-m {
        display: none !important;
    }
    .dashicons-search {
        font: 24px dashicons !important;
        font-family: dashicons !important;
        color: #ccc;
    }
    

    Please only hide these elements where appropriate.

    • This reply was modified 4 years, 8 months ago by Gal Baras. Reason: Added conflicting styles
Viewing 1 replies (of 1 total)
  • The topic ‘Stylesheet parsing error’ is closed to new replies.