-
AuthorPosts
-
October 1, 2015 at 5:21 pm #512289
Hi there,
Quick question. I have installed a Plugin (Give WP https://givewp.com/) which buttons supposedly should inherit the theme´s style, but it doesnt happen with Enfold.
Here is the link of my Enfold run Website: http://1962flood.martinfreire.com/donate/ (the only button that does inherit it is the one tha appears after clicking on “Donate Now”
Here is another website of mine that does inherit the style of the theme: http://personal.martinfreire.com/?page_id=2142&preview=trueI wonder why the Buttons style doesn´t get loaded in Enfold (at least one of the buttons does). Any ideas?
Thanks!!
October 1, 2015 at 5:57 pm #512314Hi worldfuturecouncil!
That button uses the
<button>
tag but ours use different HTML markup. You can add it’s class to our button CSS around line 688 in the /enfold/css/shortcodes.css file.Best regards,
ElliottOctober 1, 2015 at 6:20 pm #512338Hi there, thanks for the quick answer!
I´m not sure I follow though. As I understand I have to make the Plugin use your HTML Markup and not <button>, right? Or how do I style the <button> tag? Should I write something like.button {
background-color: #b0c4de;
etc….
}???
Thanks!
October 1, 2015 at 8:13 pm #512406Hey!
Yes, you would target it with this though.
button[type="button"] { background-color: #b0c4de !important; }
Regards,
ElliottOctober 2, 2015 at 10:19 am #512672Hi there!
Thanks again for the assist! I still the button styled like an “old-school” button (with a horrible shadow, etc) http://1962flood.martinfreire.com/wp-content/uploads/2015/10/Captura-de-pantalla-2015-10-02-a-las-10.13.39.png
How can I make that button look exactly like an ENFOLD button? This is all I would need, and I do appreciate the help by the way!!
Thanks!
PS: what HTML markup for button does Enfold use?
- This reply was modified 9 years, 1 month ago by worldfuturecouncil.
October 2, 2015 at 2:13 pm #512811 -
AuthorPosts
- You must be logged in to reply to this topic.