• hi
    i am using multisite and i installed zanto WP translate and added the language switcher to a widget area in header but i want to change some css of the plugin but only in the per-site not on the main site ,how can i do that?? thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • If your theme has a custom CSS field, you can try adding styles for the plugin to it. If not, you can use a custom CSS plugin. You’ll find several are available; I’ve been using Simple Custom CSS because (unlike a few others) it enqueues the stylesheet properly.

    Either way, check your page’s source code to see if the zanto plugin’s stylesheet loads before or after the stylesheet you’ll put the style changes in. If it loads afterwards, your changes may not show up unless you add an !important directive to them.

    Thread Starter ghufran younis

    (@ghufran-younis)

    thank you for your help
    yes my theme has a custom CSS field ,and i added the CSS there and it worked perfectly
    thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change plugin css in per-site only’ is closed to new replies.