Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #414783

    Hi, i’ve used the code below to change the overlay icon that apears in all images:
    .image-overlay.overlay-type-extern .image-overlay-inside:before {
    background-image: url(//kriesi.at/wp-content/themes/kriesi/images/logo.png);
    content: ”;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    }

    I need to change the size of my new image icon to be bigger, but i can’t find the css class to do that, can you help out?
    Regards

    #415204

    Hey!

    As you are using an image you’d need to change the size in the source of the background (the image itself).

    Best regards,
    Josue

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