• Resolved invokers

    (@invokers)


    Hello,

    Thanks for building a superb plugin.

    I have one major issue that preventing me using this plugin for my templates.

    I am a professional elementor Template developer and re-use my designed blocks.

    Currently the plugin css is output is something like this:

    .elementor-4863 .elementor-element.elementor-element-cac2717 .exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-title a .first-heading {
        color: #ffffff;
        background-color: #fb4b15;
    }

    This overrides my base template styles:

    I have to manually select the colors for each and every element.

    However when I use Elementor original Elements I don’t find this issue.

    This is the original sample CSS that Elementor generates

    .elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button {
        font-family: "Poppins", Sans-serif;
        font-weight: 500;
        background-color: #aac9c3;
    }

    I can easily override my styles from my base theme Global CSS.

    Can you remove all those dynamic css path that this plugin generates?

    Kind Regards,
    Erfan

    • This topic was modified 5 years, 7 months ago by invokers.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Muntasir M. Aumio

    (@mmaumio)

    Hello Erfan,

    Thank for your query.
    Please accept our apology for the delay.

    As my first impression the styles we’re using for the selector on our elements we’re trying to keep it unique to every instance of every single element.
    That’s why we’re referring the unique CSS Class generated by elementor on the root of the specific instance of that element.

    The Elementor CSS you provided is coming from the global css file which applies to every instance of the element I believe.

    Ours is dynamic and coming from elementor generated css I guess.

    Please amend me If I’m wrong.

    I’ll keep investigating it.

    Thanks a lot.

    Plugin Contributor Muntasir M. Aumio

    (@mmaumio)

    I hope it answers your question.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not able to use global CSS styles’ is closed to new replies.