Slider pictures – shadow or opacity – CSS Settings?

Home Support Winsome Slider pictures – shadow or opacity – CSS Settings?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9352
    Anonymous
    Inactive

    Hi,

    first: thank you for the awesome theme!

    Just one little problem: the pictures in the slider seems to have a shadow or opacity – I know a little bit about CSS, but I’m not able to find the right setting / class to remove the opacity.

    Can you help me?

    Thank you in advance,
    Alex

    #10201
    Anonymous
    Inactive

    Hey, here is how I did it by adding extra CSS:

    #main-slider .item:after {
    background:rgba(0,0,0,0);
    }

    It is the last value that is setting the opacity (it was set to 0.45 previously).

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