Home Forums WoodMart support forum Promo Banner

Promo Banner

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

    TwoCo-Clothing2015
    Participant

    Can you please help me how I can put a red hover over the picture for the promo banner. It should only be displayed on the sale page promo banner.

    #219970

    Hello,

    I have visited the URLs you provided. Please try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .promo-banner-wrapper .wrapper-content-banner:hover {
    background: rgba(239, 0, 0, 0.3);
    }

    This CSS will work the same for all promo banners.

    If you want to add it for a specific promo banner then you need to assign the promo banner an extra class then targeting the class you can assign it to the specific item.

    Screenshot for Clarification: https://ibb.co/6tFHpKW

    Then you can use the following CSS below to make it work for the specific banner.

    .first1 .wrapper-content-banner:hover {
    background: rgba(239, 0, 0, 0.3);
    }

    In the above CSS the .first1 is the extra class that i have assigned to the element.

    Regard’s.
    Xtemos Studio.

Viewing 2 posts - 1 through 2 (of 2 total)