MW Facts Widget Background Issue

Home Support Medical Way Plus MW Facts Widget Background Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11335
    rachel.lemints
    Participant

    Previously when I was using the free version, the background image was a stretched image, see below:

    Facts Widget (Previous)

    But after I installed the plus version and loaded demo content, the background is now tiled, how do I change it back to a single image stretched/scaled?

    Facts Widget Current Background.

    #11399
    nirav
    Keymaster

    Hello Rachel,

    Greetings of the day!

    Please use below CSS to show a single image in the background.
    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    .medical_way_widget_facts{
    background-size: 100% 100%;
    }

    Hope it will work for you.

    Thank you

    #11420
    rachel.lemints
    Participant

    It doesn’t work the css code.

    #11430
    nirav
    Keymaster

    Hello Rachel,

    We are sorry for the inconvenience you may be facing.

    Can you please try by replacing below code.
    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    .bg_enabled.widget.medical_way_widget_facts{
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    }

    Thank you.

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