Home Forums WoodMart support forum Customize of 'Shop as guest information box'

Customize of 'Shop as guest information box'

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #154660

    arj1373
    Participant

    Dear Sir/Madam,

    To shop as a guest now is coming to a info box fixed on the below page ( Please see https://nimb.ws/bXeak1 )
    Is it possible to customize this info option as:
    -Selectable radio box
    If not:
    – Change the size, position, text size and background.
    Your promptly assist would be greatly appreciated.
    Many thanks in advance.

    #154683

    Hello,

    I have seen your screenshots. Sorry it requires customization to make that check box radio box or popup and this is beyond our limitations and support policy.

    But you can try the below CSS code to change the font color and font size of that label:

    .login .woocommerce-form__label-for-checkbox {
    color: blue;
    font-size:30px;
    }

    For the margin you can use left or right margin in the upper code accordingly. Like margin-left:20px; or margin-right: 20px: etc.

    Best Regards.

    #155384

    arj1373
    Participant

    Hi,
    Unfortunately, it is not working. After adding the code, all reminded without changing.
    So, maybe we have to code for the other css block. Please see https://nimb.ws/TgUvx1.

    #155419

    Hello ,

    You want to change the font color, font-size and spacing of the bottom notification or the check box option shown below below the login form?

    Best Regards.

    #155421

    arj1373
    Participant

    With many thanks. Bottom notification.

    #155454

    Hello,

    Kindly paste the below CSS in Theme Setting >> Custom CSS >> GLobal CSS section to change the font color, font-size and spacing of that bottom notification :

    .woocommerce-error li {
    color: red;
    font-size: 20px;
    margin-left: 20%;
    }
    .woocommerce-error a{
    color: red;
    font-size: 20px; 
    }

    Best Regards.

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