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

    Hello there,

    I’d like to remove a background and a hover. The explanation and details in

    https://drive.google.com/open?id=0B1pkqICrGgvKSVlKOEl1azc5d1E

    Please help

    Thanks in advance
    Jorge

    #474222

    Hey jmorillo!

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

    .image-overlay { display: none !important; }

    Can you please elaborate on the background issue?

    Regards,
    Yigit

    #474668

    Hello Yigit!

    I’d like to remove the background (white color) in the area with the product name and cost. I think this will have affection in the shop page, category pages and where a product is called in any page (with your carrousel plugin).

    Regards

    Jorge

    #474936

    Hey!

    Please add following code to Quick CSS

    #top .inner_product_header,#top .inner_product_header * {
      background: transparent;
    }

    Cheers!
    Yigit

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