Slider images grey scle

Viewing 3 posts - 1 through 3 (of 3 total)
  • #20340
    Naomi Johnson
    Participant

    Hi Daniel

    Thanks for your previous help.

    I’ve uploaded new graphics to my site and they are coming up darker than the originals. I can’t see why this would be.

    You can see what I mean at http://www.theprofile.company

    I’d be grateful for your input.

    Naomi

    #20343
    MTressl
    Participant

    Hi Naomi
    there is a CSS class that defines the gray overlay, called .slide-overlay.

    This is set to a default of 40% in the theme (background: rgba(0,0,0,.4);), see last parameter.

    You can easily overwrite this to e.g. 20% with the following custom class under Appearance > Theme Options > Design:

    .slide-overlay {
    	background: rgba(0, 0, 0, .2);
    }

    Hope this helps.
    Markus

    #21383
    repgirl
    Participant

    Hi Naomi. Did you get this to work? I am entering it into the custom CSS within the theme (not the database) and it doesn’t work. Please let me know what your solution was. Thanks.

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

You must be logged in to reply to this topic.