Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #350653

    Hi Guys!

    Just a quick question. I am trying to change the gallery background color. I have setup a color background to a lighter style, now the gallery images background is still grey. How to change this? Thanks! Hans

    #350674

    Hi Honolululab!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

     .main_color .av-masonry {
    background-color: white;
    }

    if that does not help, please post the link to your page where you have gallery element

    Best regards,
    Yigit

    #350746

    Hello,

    Similar request,
    Is it possible to make the background of the Masonry portfolio transparent?

    I tried with the above code – changing ‘white’ to ‘transparent’ but this did not work.

    Thanks!

    #350753

    Hi!

    Please try adding following code to Quick CSS

    .av-masonry-container { background-color: transparent !important; }

    Cheers!
    Yigit

    #350761

    Hi There Yigit! Thanks for your reply, it concerns the avia-gallery-big element. I would like to style the background color for the images, its the gallery that can be added when creating a page. Thanks! Hans

    #350762
    This reply has been marked as private.
    #350768

    Hi!


    @honolululab
    Please try following one

    #top div .avia-gallery .avia-gallery-big { background-color: red; }

    If that too does not help, please post the link to your page where we can see the element and post a screenshot showing the changes you would like to make.


    @christopherheath
    Please use following code

    .av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry { background-color: transparent !important; }

    Best regards,
    Yigit

    #350771

    That did it.

    Wow thank you!
    Amazing quick reply and great support!

    Chris

    #350774

    Hey!

    You are welcome @christopherheath, glad we could help! We will keep this thread open for OP, please feel free to start a new thread if you have any other questions or issues :)

    Cheers!
    Yigit

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