Home Forums WoodMart support forum css: shop Page Font color

css: shop Page Font color

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #315292

    nick122
    Participant

    two quick questions.
    1. How to change this font color to black individually .
    2. how to shorten the distance between dimension and its value, and weight and its value

    The problem is shown in the picture below as an attachment.
    thanks

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

    Hello,

    I saw the screenshots you attached.

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

    For products Grid:

    .product-grid-item ins .amount {
        color: black;
    }

    For Single Product:

    .single-product ins .amount {
        color: black;
    }

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

    .product-image-summary .shop_attributes tr td:last-child {
        text-align: left;
    }

    Regards.
    Xtemos Studios

    #315448

    nick122
    Participant

    HI

    css is applied
    there is a slight error.
    please check the picture help check .
    thanks

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

    Hello,

    I saw the screenshots you attached.

    Please disable the maintenance mode to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios

    #315681

    nick122
    Participant

    Hi

    I have disabled maintenance mode.
    please check
    thanks

    #315731

    Hello,

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

    .product-grid-item .price .amount {
        color: black;
    }

    2) Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .product-image-summary .shop_attributes {
        width: 270px;
    }

    Regards.
    Xtemos Studios

    #315737

    nick122
    Participant

    Great thanks ! work fine

    #315747

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘css: shop Page Font color’ is closed to new replies.