• Resolved Yuvaraj Senthil

    (@yuvarajsenthil)


    Hi,

    I am Yuvaraj, developer at WPCal.io
    We have a common user using both plugins.

    The bootstrap CSS(wp-content/plugins/plugnmeet/admin/css/bootstrap.min.css) you have included in the wp-admin area is affecting my plugin pages. As bootstrap’s CSS contains universal code like h1,h2… *, etc., it can affect the WP admin area or any other plugin’s design.

    I request you to include the above file only for your pages where you require the design, or you can prefix all the CSS selectors with a unique class
    say .plugnmeet h1,.plugnmeet h2
    for all the rules.

    I am looking forward to a solution.
    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bootstrap common CSS affecting our plugin’s admin end’ is closed to new replies.