Home Forums Basel support forum Styles inline?

Styles inline?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #36900

    web_fer
    Participant

    Hello

    Why some CSS styles are inline? (See attachment) this is not good,
    how i can edit this CSS styles?
    Is it possible to move these styles into the CSS stylesheet?

    Could you help me, please?

    Thank you

    Regards

    Attachments:
    You must be logged in to view attached files.
    #36952

    Artem Temos
    Keymaster

    Hi,

    This code is added by Redux Framework plugin to apply settings styles from the dashboard. Unfortunately, there is no option to remove them or move to the file since they are always generated dynamically. If you want, you can do this with additional code customization.

    1. Copy the whole code between <style></style> tags to the child theme style.css file.

    2. Edit the file wp-content/plugins/redux-framework/ReduxCore/framework.php end remove this line

    add_action( 'wp_head', array( &$this, '_output_css' ), 150 );

    Regards

    #36980

    web_fer
    Participant

    Hello,

    Thank you for your feedback.
    It’s an option but no is a good option 🙁
    Is possible to create dynamically a new CSS file?

    Thank you in advance,

    regards

    #36984

    Artem Temos
    Keymaster

    Sorry, but there is no other option for this. You can keep using inline CSS since it will not impact your site performance.

Viewing 4 posts - 1 through 4 (of 4 total)