Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #213327

    Hello,

    I’m trying to make the terms and conditions checkbox line more visible on the checkout page. I’ve tried using the code from this post https://kriesi.at/support/topic/moving-the-accept-terms-and-conditions-checkbox/

    #payment .terms {
    font-size: 15px !important;
    }

    in my custom css, but it is not changing the font size. Any suggestions.

    Thank you for your help.

    #213959

    Hey japk!

    If we can get a link to your site we should be able to assist with targeting the text there exactly.

    Cheers!
    Devin

    #214220

    Hi Devin,

    Sure, here is the link: http://firehouseironworks.com/checkout/

    Thanks.

    #214231

    Hi!

    Please add following code to Quick CSS instead

    #top #payment label { font-size: 15px; }

    Best regards,
    Yigit

    #214402

    Hey Yigit,

    Unfortunately that code is not having any effect.

    #214416

    Hi!

    Can you try adding !important rule to force it as following?

    #top #payment label { font-size: 15px!important; }

    Regards,
    Yigit

    #214424

    Hi Yigit,

    I have tried adding !important rule but there is still no change…

    #214711

    Hi!

    Please use this instead:

    .form-row.terms label {
    font-size: 15px !important;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #214796

    Thanks Ismael,

    I’ve tried your suggestion, but still the stubborn text size has not changed. I did clear the cache.

    #214819

    Hi!

    Have you tried adding the codes to Style.css file of your child theme? If not, please try and let us know if it works

    Best regards,
    Yigit

    #214837

    Hi Yigit,

    Yes, that is where I have been trying the code given above.

    Japk

    #214912

    Hi!

    Please give us the login details. Set it as a private reply. We would like to inspect it.

    Regards,
    Ismael

    #214928
    This reply has been marked as private.
    #215373

    Hi!

    I have added custom CSS code to bottom of Quick CSS section in Enfold theme options under Styling tab and it seems to be working now. Please review your website and confirm that it is working fine for you too so we can mark this thread as resolved.

    Best regards,
    Yigit

    #215388

    Yup seems to be working, oddly enough. =) I wont bother trying to figure out why it didn’t work in the child theme’s css file before. It’s working now, and thats good enough for me. Thank you for the support. You guys rock.

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Changing Terms and Conditions Font Size’ is closed to new replies.