Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24891

    Hey kriesi,

    I have uploaded enfold and installed the child theme. Now am i customizing the theme, however I run into some .css files in my upload directory. uploads/dynamic_avia/”name”.css I have trouble overwriting the css rules in these files with my child theme. Is it normal these files are used and created in the upload directory? The purpose of these extra files seem unclear for me. How can I overwrite these rules in my child them without modifying them directly.

    Kind regards,

    Mark

    #125104

    Hi,

    It holds the css style that you specify on Enfold > Styling. Open the file wp-contentuploadsdynamic_aviaenfold.css then change something on Enfold > Styling, save changes. You will be prompt to reload the enfold.css file because something has change on the css.

    Please watch this video on how to create a child theme. https://vimeo.com/channels/aviathemes/67221517

    All the files you need on the child theme folder are

    functions.php

    <?php

    /*
    * Add your own functions here. You can also copy some of the theme functions into this file.
    * WordPress will use those functions instead of the original functions then.
    */

    styles.php

    /*
    Theme Name: Enfold Child
    Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */

    and a screenshot if you want.

    This link might help: https://kriesi.at/support/topic/enfold-child-theme

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘CSS in uploads’ is closed to new replies.