Removing Dark overlay on images in the slider

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Villagio Removing Dark overlay on images in the slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #638085
    Keith O Reilly
    Participant

    Hello,
    The slider has a slight overlay or filter that dulls the photos – I assume to make the text more legible.

    Is there CSS somewhere, where this can be removed?

    Is it possible to just have it behind the written text?

    Keith

    #641669
    J. Davis
    Keymaster

    Hi Keith,

    You can try to add the style below (to style.css file of your Chile Theme or at Appearance > Customize > Additional CSS) to remove the filter on a slider:

    .homepage-widget-area .widget_mphb_rooms_widget .mphb_room_type_bg_wrapper {
    	background: transparent;
    }

    Best regards,
    John

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