Home Forums WoodMart support forum How can we make Video appear Full-Width or Screen. Default 404 page and custom Reply To: How can we make Video appear Full-Width or Screen. Default 404 page and custom

#343576

Luke Nielsen
Keymaster

Hello,

3. We will add the “Recently viewed products” element to the page builder in our future updates.

3c. First of all, display it somewhere and send me a link then I will try all my best to help you.

4. Custom CSS for changing the “Scroll to top” button.

.scrollToTop {
    right: 170px;
    bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e1eced9c;
    border: 2px solid #938989d9;
}

.scrollToTop:hover {
    color: #fff;
    background-color: #4d83d3;
}

Kind Regards

  • This reply was modified 2 years, 11 months ago by Luke Nielsen.