Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gabor

    (@nextendweb_gabor)

    Hi Michel!

    The problem is, that you have gave some !important css codes in the custom css places under this:
    <!– Options Panel Custom CSS –>

    This code:
    #main h1 {
    display:none !important;
    }

    And under this:
    <!– Woo Custom Styling –>

    more !important codes, which are overwriting our codes. You shouldn’t use that, rather check out this documentation: http://www.nextendweb.com/wiki/smart-slider-documentation/frequently-asked-questions/#css
    where you can see, that you could use stronger codes to overwrite the thing you would like, but not as strong, that will overwrite everything else too.

    Thread Starter FastPhones

    (@fastphones)

    Thanks for the reply! I’ve got quite a bunch of custom CSS running on my site indeed. I’m going to try to fix it!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Description doesn't show in slider’ is closed to new replies.