Home Forums WoodMart support forum Upsell Widget Title

Upsell Widget Title

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

    JuliaSan
    Participant

    Hello,

    Can you please tell me where I could give a title to the Upsell Widget that is presented in the sidebar of the single pages products?
    If I add a simple Text widget, then it is placed below the Upsell widget – see attached screenshot. I would like to have it above. Is this possible?

    Thanks,
    Julia

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

    Artem Temos
    Keymaster

    Hi,

    By default, this widget doesn’t have any title. You can add it with the following CSS code

    .woodmart-sidebar-content .upsells-widget:before {
        content: "Upsells products";
        display: block;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        color: #2d2a2a ;
        margin-bottom: 20px;
        font-family: Poppins;
    }

    Regards

    #26768

    JuliaSan
    Participant

    Thank you so much, this worked perfectly!
    Regards,
    Julia

    #26781

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Upsell Widget Title’ is closed to new replies.