Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #645463

    Hi

    1: Is it possible to change the styling for woocommerce tables to transparent?

    I can see that the colors are taken from the enfold general styling alternate background and main content background color.

    2: Is it possible to make a red border around the background image on all pages?

    Best regards
    Bo

    #646791

    Hey Bo,

    1.) There is no special WooCommerce styling which gets controlled by Enfold, but try this code inside of Quick CSS field:

    .main_color {
    background: transparent;
    }
    

    2.) Try this code:

    img.avia_image {
    border: red solid 1px;
    }
    

    Best regards,
    Andy

    #646810

    Hi Andy

    I did manage to make the background transparent. I inspected all the elements with mozilla firefox and changed the background color.

    For the red border I’ll settle with it as it is.

    Cheers :)
    Bo

    #646826

    Hi!

    Glad you got it short out!
    Please let us know if we can do anything else for you, we will be more than happy to assist.

    Thanks a lot for your time and patience

    Cheers!
    Basilis

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