• Resolved karsten007

    (@karsten007)


    Hello everybody,

    I have just turned off the Dynamic Styles in my Theme Options and this is how my website looks now.

    I think that I am now using the original styling settings from the Hueman theme? Is that correct?

    Now I would like to change the fonts and the background colors. In order to achieve this it is the best to use my child theme or is there any other possibility?

    Thank you for a short reponse.

    Karsten

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Karsten. Disabling Dynamic Styles turns off all the options you see on that screen. You should be able to make the same changes in your child theme. To see how the Dynamic Styles are implemented, turn on that option, then inspect the code on your site. Near the bottom of the <head> section you’ll see an embedded stylesheet:

    <style type="text/css">
    /* Dynamic CSS: For no styles in head, copy and put the css below in your child theme's style.css, disable dynamic styles */

    You can copy or use any of that CSS in your child theme to accomplish the same styles.

    Thread Starter karsten007

    (@karsten007)

    Thank you very much, bd. Great help and support!

    You’re welcome; glad to help. Happy Holidays.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Dynamic Styles turned off’ is closed to new replies.