Support » Plugin: Responsive WordPress Slider - HG Slider » Possibility to overwrite CSS through the theme's stylesheet

Viewing 1 replies (of 1 total)
  • Plugin Author Hal Gatewood

    (@halgatewood)

    You can edit the styles without having to use the !important declaration. You just need to make the selectors more specific…

    #content .flexslider-hg { width: 1000px; }

    or even try:

    body .flexslider-hg { width: 1000px; }

Viewing 1 replies (of 1 total)
  • The topic ‘Possibility to overwrite CSS through the theme's stylesheet’ is closed to new replies.