Home Forums WoodMart support forum Change text size

Change text size

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #273402

    Rachid
    Participant

    Can you please let me know how can I change the text size of the login and register text shown in this page:

    https://woodmart.xtemos.com/my-account/?action=register

    Please check screenshots for clartification

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

    Rachid
    Participant

    change it to 16px

    #273453

    Hello,

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

    .registration-info{
    font-size:10px;
    }

    Change 10px for the value as per your needs.

    Best Regards

    #273473

    Rachid
    Participant

    Thank you for the answer! however this changes only one of the screenshots, I need both to be 16px

    pLEASE HELP

    #273535

    Hello,

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

    .login-info{
    font-size:10px;
    }

    Change 10px for the value as per your needs.

    Best Regards

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