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

    (@mohsinrasool)

    It is never been a good idea to change the core files of plugins or WordPress. Always use CSS overriding to accomplish you customization. For example, to remove padding you can put following rule in your theme’s style.css

    .flexslider .flex-direction-nav li a {background: url(URL_TO_YOUR_NAV) !important}

    !important make your style a top priority and it will be applied all the time no matter how many times you upgrade.

    Cheers!

    Thread Starter figure2

    (@figure2)

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Making user edits permanent’ is closed to new replies.