Gallery Adjustment

  • Posted in : Photographer
  • creaturejr
    Participant

    Hi, how can i change the image effect of the main portfolio/gallery page.
    I want remove the image text above the image and the black fade above the mainimage is to strong in opacity. And is it possible to add these nice image fade in/build up effect like the sup portfolio image pages?

    ahmetsali
    Keymaster

    Hi,

    – you can try this custom css code;

    .gallery-grid h2,
    .gallery-grid p {
        display: none;
    }
    .gallery-grid figure:hover img {
        opacity: .3;
    }
    

    – sorry it is not possible by default to have the same animation in gallery single pages on gallery page.

    creaturejr
    Participant

    Hi, thx at first. This is working so far only one thing:

    Default setup of the Gallery image is a black overlay around 20% how can i remove this by css too?

    .gallery-grid figure:hover img {
    opacity: .3;

    this is only fixing the roll over opacity

    ahmetsali
    Keymaster

    Hi again, in order to remove the black overlay on gallery images completely you can try this custom css code;

    .gallery-grid figure img {
        opacity: 1.0;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register