Home New Guten Forums WoodMart support forum Few changes on different pages

Few changes on different pages

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

    designwebskills
    Participant

    Hi,

    I need help to change a few things.

    homepage: Third section, underneath top-rated products, there is the text Best sellers, how do I change it?
    2. I have added sold out on few products, it has to be more appealing, just like discounted prices ones i.e. circle with the background colour. It just shows the text, and its not obvious
    3. when on product pages, moving on to page 2, if I have to go to page one, which is not shown on the page, I have to select the category shown above to go back to the first page.
    4. Footer has four columns, each column has a title and then an underline, which is missing from the first one.

    I have attached the images as well.

    Thank you

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

    Hello,

    1. The text is added in the background of the element. Please edit it to change the text.

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

    .product-label.out-of-stock {
    background-color: red;
    color: white;
    }

    3 & 4.Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards

    #401728

    designwebskills
    Participant

    hi,

    The code worked for few days, it not working , not showing red background anymore, and when click on the particular product (sold out) , on that page, its not showing circle with text either.

    I have given the login details using private content.
    Thank you

    #401746

    Hello,

    The code is working fine. Please deactivate the caching plugin then check back.

    Best Regards

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