• Hi
    It seems that the css in wp-content/plugins/slick-sitemap//slickmap.css?ver=4.3.1 is interfering with the css for navigation menus elsewhere in the site that use the same classnames, eg #primaryNav.
    It could be simply solved by targeting only #primaryNav in the sitemap wrapper but I don’t want to modify the plugin code in case updates overwrite my modifications.

    https://ww.wp.xz.cn/plugins/slick-sitemap/

Viewing 1 replies (of 1 total)
  • Thread Starter Julianwave

    (@julianwave)

    also noticed this in the css:

    a:link::before, a:visited::before {
        display: block;
        font-size: 10px;
        margin-bottom: 5px;
        text-transform: uppercase;
        word-wrap: break-word;
    }

    firstly it therefore affects all links not just those in the sitemap, secondly is that double colon thing correct?

Viewing 1 replies (of 1 total)

The topic ‘slick sitemap css’ is closed to new replies.