Home Forums WoodMart support forum BOTTOM IN PROMO BANNER

BOTTOM IN PROMO BANNER

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #202155

    gzelasco
    Participant

    I have added the below code

    .promo-banner .banner-btn-wrapper .btn {
    background: rgba(255, 255, 255, 0.70);
    color: #222121;
    }

    What I need (If it possible), to implement a grey solid color on the roll over,
    The button is transparent, perfect! But when Roll Over, the button should transform in grey solid

    Make sense?

    #202191

    Hello,

    Please provide the page URL I will check and provide the custom CSS.

    Best Regards

    #202201

    gzelasco
    Participant
    #202277

    Hello,

    Please try the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .promo-banner .banner-btn-wrapper .btn:hover {
    background: rgb(73, 73, 73);
    color: white;
    }

    Best Regards.

    #202382

    gzelasco
    Participant

    The transition to black y perfect
    But the white should me transparent

    #202390

    Hello,

    The font color could not be transparent. If you want to ask anything else then provide some relevant screenshot probably with some more explanation to check it myself and help you out accordingly.

    Best Regards.

    #202395

    gzelasco
    Participant

    Not the font, Im refering to the shape
    Attached example

    Attachments:
    You must be logged in to view attached files.
    #202569

    Hello,

    I have made the button background color white transparent without hover and on hover there will be grey color as you needed.

    Please clear cache and check back.

    Screenshot for Clarification: https://ibb.co/wzfpWVR

    Best Regards.

    #202688

    gzelasco
    Participant

    You ARE the BEST !

    #202691

    Most Welcome!!!..

    Well, @gzelasco!.., it’s been great chatting with you! I hope I resolved your issues thoroughly.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘BOTTOM IN PROMO BANNER’ is closed to new replies.