Home › Forums › Front End PM PRO › custom css for buttons and button text
Tagged: css buttons
- This topic has 4 replies, 2 voices, and was last updated 6 years, 9 months ago by james Hadley.
- AuthorPosts
- March 13, 2019 at 2:39 pm #22457james HadleyParticipant
Hello All, I am using some custom CSS to set button for button colors per this:
.fep-button {
background-color: #ffffff !important;
}
.fep-button-active {
background-color: #5033679c !important;
}
.fep-success {
background-color: #33679c !important;
}
#fep-header, #fep-content, #fep-footer {
border: 1px solid #33679c !important;
}And I am getting most of the buttons the way I want them per the attached image. Can you assist in getting the active button text to display as #ffffff and the send(submit) button to either have the same color as the active button or white as it is now with #33679c as the text for the send button please? None of the appearance settings seem to have any affect on the message screen so not sure how to get there from here. Please advise. Thanks
Attachments:You must be logged in to view attached files.March 13, 2019 at 11:37 pm #22468Shamim HasanKeymasterDid you tried using Front End PM PRO > Settings > Appearance?
For any css change better using browser developer tools. You can google or see https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools
March 14, 2019 at 9:43 am #22484james HadleyParticipantHi Shamim,
Yes I have tried the Settings/Appearance options but they do not affect the colors for most of the choices provided in your plugin for some reason. I had hoped upgrading would have fixed this but it did not. I got the css I tried already from your support page but that did not include the code for the submit button or the active button and text so as per my image sent these two cannot be adjusted with the Settings/Appearance options. I will try to track it down in some other way and if I cannot find a remedy I will simply remove the plugin and try another one.
Thanks
Mark Cramer
March 14, 2019 at 10:12 am #22488Shamim HasanKeymasterAs you sent me some code, i thought you can write code. Sorry for that.
Theme can override this plugin css so it may also override Appearance settings.You can use following code
.fep-button{ background-color: #ffffff !important; color: #5033679c !important; } .fep-button:hover,.fep-button-active{ background-color: #5033679c !important; color: #ffffff !important; }Then clear your cache (browser and website) and test.
Please let me know.March 14, 2019 at 5:39 pm #22501james HadleyParticipantHi Shamim, Thanks so much – works perfectly!
- AuthorPosts
You need to purchase ‘Front End PM PRO’ to create topic in this support forum.
If you already purchased ‘Front End PM PRO’ please LOGIN.