Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Aslam Doctor

    (@aslamdoctor)

    Hello @shazepe

    Instead of directly targeting the class
    .yarpp-thumbnails-horizontal .yarpp-thumbnail

    Try it using a higher priority wrapper class like below, and it should work for you.

    .inside-right-sidebar .yarpp-thumbnails-horizontal .yarpp-thumbnail

    Plugin Author YARPP

    (@jeffparker)

    The following also may work:

    
    .yarpp-thumbnails-horizontal .yarpp-thumbnail { 
       border:none !important;
    }
    

    https://www.w3schools.com/css/css_important.asp

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

The topic ‘Custom CSS does not overide the plugin?’ is closed to new replies.