Post by jesse@laptop.com.au » Fri Aug 16, 2019 2:36 pm

Hi guys.

On my product pages I have a checkbox with an option to upgrade the warranty period and I'm wondering where in the files I would look to increase the size of the text, both description and checkbox option, as well as the size of the checkbox itself if it's possible to do. They're a little small and we would like to make it bigger for readability.

Cheers,
Jesse.


Posts

Joined
Sat May 12, 2018 11:13 am

Post by cyclops12 » Wed Sep 18, 2019 3:12 am

If you havent figured this out yet you could add

Code: Select all

.checkbox input[type=checkbox]{
	transform: scale(1.5);
}

label {
	font-size: 14px;
}
to the bottom of your stylesheet.css file
And then check the rest f your site to make sure any other labels or checkboxes look ok

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am
Who is online

Users browsing this forum: No registered users and 123 guests