- This topic has 3 replies, 2 voices, and was last updated 5 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Download Monitor & Manager Plugin
Simple Download Monitor & Manager for WordPress
· ·
WordPress Download Monitor Plugin › Forums › Download Monitor Plugin Forum › Need to change style/color
Hi, ive downloaded squeeze form, how can i change styling? Colors etc?
Some of those can be done by applying CSS tweaks. Give me the URL of the page where you have the squeeze form and which section’s color you want to change then I can show inspect it and give you an answer.
dynamicspayments.com/download-newsletter
I would like to have the button text CAPS and roboto font if possible the blue background orange #f16824 and the button background #006ec7
Try the following CSS tweak. You can add this CSS tweak from the Appearance -> Customize -> Additional CSS interface of your site.
The following to make the submit button’s text uppercase and change the background color:
.sdm_sf_tpl_1_form .sdm_squeeze_submit{
text-transform: uppercase;
background-color: #006ec7 !important;
}
The following to change the form’s background color:
.sdm_sf_tpl_1_form {
background-color: #f16824 !important;
border: 1px solid #f16824 !important;
}
Start managing and tracking your file downloads with the simple download monitor plugin. Download Now