Home Forums WoodMart support forum Promo Banner Title Shadow

Promo Banner Title Shadow

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #247560

    lucablight2
    Participant

    Hello!
    Is there any way to add text shadow in title/content on your promo banner ?
    My banners are set as background and when scalling to mobile font becomes unreadable in some places.
    Would be great to have a 2px white vertical offset shadow on black font and black shadow on white font

    #247561

    lucablight2
    Participant

    Content below:

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

    lucablight2
    Participant

    2

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

    Hello,

    Please provide your page URL and site admin access we will check and suggest the solution.

    Best Regards

    #247897

    lucablight2
    Participant

    Here you go

    #247977

    Hello,

    Could you please give the page URL when I go to the home page I see the maintenance page?

    Best Regards

    #248016

    lucablight2
    Participant

    Hello,
    Here is direct url

    #248055

    Hello,

    I get to the admin Dashboard, please give the page title.

    Best Regards

    #248088

    lucablight2
    Participant

    The thing is – these are promo banners that I’ve set in product description, this is not one time banner. I need to set about 500 of them each one in separate product.

    #248154

    Hello,

    Give the product URL where I can check that.

    Best Regards

    #248156

    lucablight2
    Participant

    Hello,
    Here is sample product url.

    #248183

    Hello,

    Please try this code:

    body .elementor-9629 .elementor-element.elementor-element-1cf2b6c .banner-title {
        color: #ffffff;
        font-size: 43px;
        text-shadow: #000000 1px 0 10px;
    }

    Best Regards

    #248195

    lucablight2
    Participant

    It worked like a charm – but only on one specific banner.
    I will have about 500 this kind of banners on my shop with the same problem…
    Is there any way to do it for all of them ?

    #248279

    Hello,

    Please try this code and check:

    body.single  .banner-title {
        color: #ffffff!important;
        font-size: 43px;
        text-shadow: #000000 1px 0 10px!important;
    }

    This code should change all the banner titles

    Best Regards

    #248540

    lucablight2
    Participant

    It works great 🙂
    Thank you Elise !

    #248571

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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