Home Forums WoodMart support forum HTML BLOCKS

HTML BLOCKS

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

    epsilon
    Participant

    Hello,
    I want to create 2 HTML blocks for my shop single product page.1 HTML block on top of woocomerce producy page and on after at the preefooter
    I make my change in theme settings>shop>Shop filters custom content(i do not know if im right here) and on page settings >Extra content block but there i can use only one HTML block and change the position i want.
    So how do i put One HTML BLOCK BEFORE CONTENT and One HTML BLOCK PREEFOOTER?

    Also form universal color settings it didn’t change the color on buttons(Add to cart)
    THANK YOU

    #222437

    Hello,

    Sorry but there is no option in Theme Settings to add html blocks in both before and after the product. You can either add the content to before or after the product or in the prefooter.

    Screenshot for Clarification: https://ibb.co/2hzPXht

    You can try changing the color of the buttons from Theme Settings >> Styles & Colors.

    Screenshot for Clarification: https://ibb.co/Mk3YZmC

    Regards.
    Xtemos Studio.

    #222471

    epsilon
    Participant

    Thank you for your answer, i manage to make the changes i want except a small one.
    I cannot find how to change a price colour in the same page

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

    Hello,

    You are Most Welcome.

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-product-page .product-grid-item .price > .amount, .product-grid-item .price ins > .amount {
    color: #9e9959;
    }

    Best Regards.

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