Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jacob Dubail

    (@jacobdubail)

    I think this has to do with the order in which the CSS files are loading. If you css loads before the wp_head() call in your header.php, then the anythingSlider css loads last, which overrides your display:none call. To fix it, just add an !important declaration to the end: display: none !important.

    I’ll work on making it easier to override CSS in a future release.

    -J

    Thread Starter DaKlown

    (@daklown)

    worked like a charm. Thanks for the help.

    Plugin Author Jacob Dubail

    (@jacobdubail)

    My pleasure!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: AnythingSlider for WordPress] Removing the start/stop button’ is closed to new replies.