Responsive button font size
-
Hello,
I am trying to change the font size of a button so that it will display better on mobile version. I am using a media query to accomplish this but it looks like the font-size is locked at 30px (which is what was selected when creating the button). Inspecting page elements shows this:
.wpi_designer_button_1472 {
font-family: Arial !important;
font-size: 30px !important;
font-weight: 100 !important;
border-width: 3px !important;
border-style: solid !important;
padding: 10px 20px !important;which is why I am having trouble overriding the font-size in custom css even when including !important as seen here:
.wpi_designer_button_1472 {
font-size: 10px !important;
}Is there a way to override the plugin’s css code or am I completely missing something?
Thank you much!
- The topic ‘Responsive button font size’ is closed to new replies.