Column Display Widget "Static on Image" Without Opacity Change

  • Author
    Posts
  • #50246

    Hi,

    I’m trying to have the widget blocks plugin that is integrated with Nirvana show static text on an image. But I don’t want it to black-out the background image. Just have text on top of the image. None of the three default options with Nirvana settings give this option (Animated, Static on Image, Static Under Image). I don’t know if there’s any way to this, but it’d be great if someone knew 🙂

    Website: www.jeremyjdawson.com

    #50428
    Zed
    Cryout Creations mastermind

    You can leave the widgets set to animated and use this custom CSS to disable the overlay:

    body .column-image-inside:hover {
        background: transparent;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #50699

    Thank you, Master Zed! <3

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

The topic ‘Column Display Widget "Static on Image" Without Opacity Change’ is closed to new replies.