- This topic has 2 replies, 2 voices, and was last updated 5 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › Can't change button text color
Tagged: CSSTweaks
I seem to be unable to change the color of the text on my download button. I can change every other aspect of the button — e.g. border, size, padding, background, etc. However, the text remains grey regardless of what I enter for the color.
Here is a download page: heatherhollick.com/sdm_downloads/helpful-sample-chapters/
Here is the CSS I have entered in the Custom CSS configuration for the site:
.sdm_download_link{
text-align: center;
}
.sdm_download {
background: none !important;
background-color: #5d3041 !important;
box-shadow: none !important;
color: white !important;
text-shadow: none !important;
font-size: 24px;
padding: 10px 20px;
}
What am I missing?
Looks like you have set the “white” button style in the settings of this plugin. You can override it by using the following CSS tweak:
.sdm_download.white {
color: blue !important;
}
That did the trick. Thank you so much!
Start managing and tracking your file downloads with the simple download monitor plugin. Download Now