Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1011527

    Hi,

    I’m trying to remove the background-color in the gallery element. The screenshot is over here: https://cl.ly/a0a375

    For the 1px border removal I’ve added to my child-theme’s style.css:

    #top div .avia-gallery img {
    border-width: 0 !important;
    }

    To change the background-color I’ve added to my child-theme’s style.css:

    .main_color .avia-gallery img {
    background-color: transparent !important;

    But without any luck. Can you please help?

    Thanks!
    Daniel

    • This topic was modified 6 years, 1 month ago by Daniel.
    #1011535

    Never mind, it’s already solved, the code worked! :)

    #1011536

    Hey Daniel,
    Your css is working when I test it, since you are adding it to your child theme style.css, please try rebuilding your merged css by going to Enfold Theme Options > General Styling > Quick CSS field and add a blank space, this save your theme options.
    The clear your browser cache & any cache plugin.
    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

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