Shop Categories

X

Change Background-img from Hero-Slider Fury-Pro

Home Forums Fury Theme Change Background-img from Hero-Slider Fury-Pro

Topic Resolution: Resolved
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #17795
    Ludwig Loth
    Participant

    Hi,

    how can I change the background image from the slider in the fury pro theme?

    I know I can change it via the source code but that’s not the best solution.

    I want to build a child theme, then why I cannot use the pro plug-in anymore?

    Thanks

    #17798
    Jerry
    Keymaster

    Hello Ludwig,

    Can you zip your child theme and send it to us for download?

    I need to check first why Fury PRO won’t work with the child theme.

    Regards

    #17800
    Zex
    Moderator

    Hi, Ludwig!

    1.)

    Unfortunately, currently, you can change it only using the custom CSS code.
    (I have already added this option in my TO-DO list for the next theme update)

    so, for now, if you want to change the slider background image, insert the following code into
    Customizing->General->Additional CSS:

    .hero-slider{	background:url(https://images.wallpaperscraft.com/image/blue_light_line_65813_1920x1080.jpg)!important;
    	/* Center and scale the image nicely */
      background-position: center!important;
      background-repeat: no-repeat!important;
      background-size: cover!important;
    }

    Change the URL address to your image.

    As for the problem with the child theme and Fury Pro plugin, I have contacted our head developer to check that for me.

    As soon as I get a response from him, I’ll let you know immediately.

    Thank you for your patience.

    Best regards

    #17801
    Ludwig Loth
    Participant

    Hi,

    thank you both for you quick response!

    1) I changed it already through the css.

    2) I did the child Theme very quick and dirty I realized that it won’t work with the pro features, so now I’m changing everything from the additional css mask. I’m an advanced programmer but new to wordpress, so maybe I did something wrong.

    child-theme

    Thanks

    #17803
    Jerry
    Keymaster
    This reply has been marked as private.
    #17828
    Ludwig Loth
    Participant

    Many thanks to you both! It works now.

    Best Regards

    #25953
    Gael DZELEKE
    Participant

    The problem is still there

    it is the plugin Fury pro which poses problem qaund I activate it, Can you make the necessary one?

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.