Home Forums WoodMart support forum Boton Button in Promo Banner

Boton Button in Promo Banner

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

    gzelasco
    Participant

    How to make non capital letter the bottom text?
    This specs should be generate under theme settings?

    #201373

    Hello,

    Please provide your site URL so that we could provide you with custom CSS. If your site is under maintenance, please provide your site admin access in the private area. Please clarify which block.

    Best Regards

    #201412

    gzelasco
    Participant
    #201422

    Hello,

    Please provide the screen of the problem. If you mean these blocks https://prnt.sc/sv2qrk they have been typed in capslock, you will have re-type as it is not possible to correct with CSS.

    Best Regards

    #201428

    gzelasco
    Participant

    I meant: “SHOP NOW” it’s in capital letters, but I type “Shop Now” in the Promo Banner setting

    #201493

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    #wd-5edce51c33c71 a{
    text-transform:none;
    }

    Best Regards

    #202093

    gzelasco
    Participant

    Hi, Buddy

    I have implemented the code, but I still see “shop noe” un Capital Letters in fron page

    Any wrong from my side?¿

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

    Hello,

    Please replace the code with this one:

    body .banner-btn-wrapper .woodmart-button-wrapper a{
    text-transform: none;
    }

    Best Regards

    #202378

    gzelasco
    Participant

    Thanks!!

    #202434

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

    Best Regards

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