Title: CSS
Last modified: August 30, 2016

---

# CSS

 *  Resolved [Sarah Haruel](https://wordpress.org/support/users/sarah-haruel/)
 * (@sarah-haruel)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/css-102/)
 * Simply fantastic plugin. I was so pleased to find this simple but effective plugin
   that really solves an issue that has bugged me for years.
 * My only query is that when I view an ‘ alternative ‘ domain to the main one, 
   the CSS from the main theme does not seem to carry over to the ‘ alternative ‘
   domain and it slightly distorts the appearance of the page.
 * I use the Genesis framework if it helps.
 * Any pointers on what it could be
 * [https://wordpress.org/plugins/wp-hydra/](https://wordpress.org/plugins/wp-hydra/)

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

 *  Plugin Author [Marin Atanasov](https://wordpress.org/support/users/tyxla/)
 * (@tyxla)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/css-102/#post-6432861)
 * Hi Sarah!
 * I’m glad you find the plugin useful.
 * Yeah, it is helpful to know that you’re using Genesis. I suppose that you’re 
   using a child theme as well? If that is true, it is important to know how the
   parent theme CSS file is being enqueued in that child theme. Since there is a
   great variety of Genesis child themes, each one of them *can* atttempt to enqueue(
   include) the parent theme CSS in a different way.
 * So it would be informative to know which Genesis child theme are you using, and
   if you can tell me how this child theme loads the parent (genesis) theme CSS.
 * Usually, loading the parent theme CSS in the child theme should be something 
   like this:
 *     ```
       add_action( 'wp_enqueue_scripts', 'my_child_theme_scripts' );
       function my_child_theme_scripts() {
           wp_enqueue_style( 'parent-theme-css', get_template_directory_uri() . '/style.css' );
       }
       ```
   
 * but some themes are known to make it the wrong way, which might deprive WP Hydra
   the capability to hook there and fix the domain.
 * So at this time in order to help you, I’d need the following:
 * 1. The name of the child theme that you’re using, and if it is free, a link where
   I can download it
    2. If you have an idea where you can find it, to provide me
   with the code that enqueues the parent theme CSS within the child theme. This
   code should be somewhere in the child theme, it is usually in the functions.php
   file.
 * Looking forward to resolving your issue!
 * Regards,
    Marin
 *  Thread Starter [Sarah Haruel](https://wordpress.org/support/users/sarah-haruel/)
 * (@sarah-haruel)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/css-102/#post-6433021)
 * Hi Marin,
 * your response times is amazing.
 * I have had a look and poked around and based on some of you initial pointers 
   i managed to detect that the issue was witH my cache plugin minify’ing the CSS.
 * I stopped the option and everything works as intended so false alarm so to speak
   on my part but your support is excellent !
 * Thankyou
 *  Plugin Author [Marin Atanasov](https://wordpress.org/support/users/tyxla/)
 * (@tyxla)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/css-102/#post-6433026)
 *  Plugin Author [Marin Atanasov](https://wordpress.org/support/users/tyxla/)
 * (@tyxla)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/css-102/#post-6433027)
 * Hi Sarah,
 * I’m glad you were able to resolve your issue!
 * Cheers,
    Marin

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

The topic ‘CSS’ is closed to new replies.

 * ![](https://ps.w.org/wp-hydra/assets/icon-256x256.png?rev=1218585)
 * [WP Hydra](https://wordpress.org/plugins/wp-hydra/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-hydra/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-hydra/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-hydra/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-hydra/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Marin Atanasov](https://wordpress.org/support/users/tyxla/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/css-102/#post-6433027)
 * Status: resolved