Home Forums WoodMart support forum How can I modify a theme?

How can I modify a theme?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #175921

    davidu25
    Participant

    Hi I have 2 pages, and in each one i want to modify the theme, Is it possible?
    In this example:
    https://staging2.fantast.ink/product/super-hero/
    I want to remove the brands: eva solo, magisso, klobber …

    An in the second example:
    https://staging2.fantast.ink/product/super-hero/
    I want to align (vertical) the 2 selects (variables products), and i want to remove the labels.

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

    Hello,

    1) To remove the brands from the single product page prefooter you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single .woodmart-prefooter {
    display:none;
    }

    2) Unfortunately, You couldn’t align the two two select options dropdowns vertically. Because, It requires customization and this is beyond our limitations and support policy.

    And for the labels please provide relevant screenshots to check it myself and help you out accordingly.

    Best Regards.

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