Home Forums WoodMart support forum Text Sizes … Background Colors Problem

Text Sizes … Background Colors Problem

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #169834

    evorox
    Participant

    Hello,

    i know the “typographie” but i dont can find the Sizes from Text in Shop (by Product), you can see it on Screenshots,

    please write with Screenshots, so its easier for me!

    Checkout —> i dont know where i can change the Name “Checkout” and how i can change the Back Color, on Screenshot you see its white!

    thx!

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

    evorox
    Participant

    Text Size

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

    evorox
    Participant

    Text Size … look

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

    Hello,

    You can change the font by means of an Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #169853

    evorox
    Participant

    you see the white Background? i cant read here anything?
    Can you make a Screenshot how i can change this?

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

    Hello,

    Please provide the site admin access to the private area as we as the page URL with the problem I shall provide CSS.

    Best Regards

    #169894

    evorox
    Participant

    i dont understand you, i’am admin and i try a “Test order”… please explain me what i can do!

    #169912

    Hello,

    Please provide the page URL I will provide CSS.

    Best Regards

    #169917

    evorox
    Participant

    the Page is not online … https://buccimoto.de/kasse/

    i have to do any other things before i take online …

    #169960

    Hello,

    Please provide the site access to the private area.

    Best Regards

    #170109

    evorox
    Participant

    i dont know how i can do that?

    #170177

    Hello,

    Provide the access into the private area which is below the message box.

    Best Regards

    #171305

    evorox
    Participant

    now its online http://www.buccimoto .de

    can you see and write with screenshots what i can do!

    #171372

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woocommerce-checkout .shop_table tr p{
        color: #000000;
    }
    body .woocommerce-checkout .shop_table tr {
        color: #000000;
    }
    body .woocommerce-checkout .shop_table th {
        color: #000000;
    }
    body .woocommerce-checkout .shop_table tr a{
        color: #000000;
    }
    body .woocommerce-checkout .shop_table tr span{
        color: #000000;
    }
    body .woocommerce-checkout .shop_table tr label{
        color: #000000;
    }

    Best Regards

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