• Resolved SunDoWneR667

    (@sundowner667)


    Hi, I’m pretty new to PhP and I wonder how (or where) to put a CSS code like this to modify the “edit/add Event” Page.

    <link rel="stylesheet" type="text/css" href="http://www.mysite.de/wp-content/plugins/events-manager/includes/css/events_manager.css" />

    Right now everything of EM is styled by the “style.css” of my template.

    Any help would be appreciated.

    Sunny

    http://wordpress.org/extend/plugins/events-manager/

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

    (@the5kyliner)

    Hello Sunny,

    You have to include these kinds of files into the header.php above the </head> tag.

    But I think that the events_manager.css is automatically included, if the plugin is activated, so if there are some css codes, that overwrite the events manager’s styles, you have to check your own style.css and edit them.

    agelonwl

    (@angelonwl)

    you need to use your theme style.css to modify EM styles; e.g. you can use Chrome to Inspect Elements to get EM css class/id name. Or for references only you can find EM styles at events-manager/includes/css/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Overwrite Main-Template CSS’ is closed to new replies.