• I am trying out the fashionista theme, when I resize the window ie make it small the responsive menus appears but when I click on it the rest of the drop down keeps disappearing under the slider.
    How do I go about changing this so its ontop of the slider image,

    Thanks for any help

    https://www.xstreameast.co.uk

Viewing 6 replies - 1 through 6 (of 6 total)
  • Please ask on the sub-forum for that theme here:

    https://www.ads-software.com/support/theme/fashionistas

    Scroll to the bottom to make a new thread there.

    Hey there k5shak,

    Hope you’re well today!

    This should be possible to fix with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    .metaslider {
    z-index: -1;
    }

    This should make your menu visible once clicked on.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter k5shak

    (@k5shak)

    Thanks for the reply Bojan still the same

    Hey there k5shak,

    Sorry to hear that the code is not working ??

    Could you please try replacing the code with this one:

    .metaslider.metaslider-flex.metaslider-27.ml-slider {
    z-index: -1;
    }

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter k5shak

    (@k5shak)

    Bojan that did the trick thank you very much.

    At the moment I am entering the cod straight all over the php and css pages, I would like to use a child theme or a plugin.

    I tried a child theme but the it seems to be broken I am going to try the plugin you suggested, the trouble is there doesn’t seem to be any guid for the plugins they assume your a coder and know what your doing, ill see how it goes thanks for your help
    Shak

    Hey again Shak,

    You should never edit theme core files since all the changes you do will be lost once you update the theme. In case you don’t want or having issues using child theme using plugin such as the one I mentioned above is the best idea.

    Simple Custom CSS plugin is quite easy to use. Once the plugin is installed and activated you can add code to Appearance >> Custom CSS, see screenshot https://screencast.com/t/5zaOEhcEF2.

    Hope this helps ??

    Best regards,
    Bojan

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Fashionista menu disappears under header’ is closed to new replies.