Home › Forums › Weaver Xtreme Theme › Button Size › Reply To: Button Size
February 10, 2022 at 17:31 UTC - Views: 13
#70440
Participant
That didn’t work at least as I approached it. I went to Custom CSS and entered
input[type=”submit”] {
padding:5px 10px !important;
font-size: 16px !important;
}
After I first tried input[type=”submit”] {padding:5px 10px;}
This one has me stumped.