JAYMICHAELIVING
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to modify plugin CSS via a theme CSS?Plus, I don’t want it to be beveled. I want it to appear like the button on my Contact Page:
https://jaymichael.co/contact/#sthash.phM8obqq.dpbsForum: Themes and Templates
In reply to: How to modify plugin CSS via a theme CSS?I have embedded the following code in, but it is not increase the size of the actually button … only the image:
#constant-contact-signup input.submit { background-image: url('https://jaymichael.co/wp-content/uploads/2013/08/Sign-up.png'); background-size: 62px 22px; background-repeat: no-repeat; }
Forum: Themes and Templates
In reply to: How to modify plugin CSS via a theme CSS?It’s there.
I copy and pasted the code (from above) and put it into the my Custom CSS section and clicked “Save Stylesheet.”
I can see it there … now I just need to figure out how to scale is appropriately
Forum: Themes and Templates
In reply to: How to modify plugin CSS via a theme CSS?I just tried this and it did not work. It did change the button, but not to the image I embedded.
Forum: Themes and Templates
In reply to: How to modify plugin CSS via a theme CSS?#constant-contact-signup input.submit { background-image:url('https://jaymichael.co/wp-content/uploads/2013/08/Sign-up.png'); }
Forum: Themes and Templates
In reply to: How to modify plugin CSS via a theme CSS?So I literally copy and paste this in to my Custom CSS and change the background-color to my url(www.jaymichael.co/image.png) ?
Forum: Themes and Templates
In reply to: How to modify plugin CSS via a theme CSS?Forum: Themes and Templates
In reply to: How to modify plugin CSS via a theme CSS?Below is the CSS code when I inspect the element on the Constant Contact form.
I’ve bolded the line that highlights the Submit button.
What do I do from here?
<div> <input type="hidden" value="8" name="cc_newsletter[]"></input> <input id="cc_referral_url" type="hidden" value="http%3A%2F%2Fjaymichael.co%2F" name="cc_referral_url"></input> <input id="cc_redirect_url" type="hidden" value="" name="cc_redirect_url"> <strong></input><input class="button submit" type="submit" value="Sign Up" name="constant-contact-signup-submit"></strong> </input><input type="hidden" value="constant_contact_api_widget-2" name="uniqueformid"></input> </div>
Forum: Themes and Templates
In reply to: How to modify plugin CSS via a theme CSS?Thanks for replying.
I am still a bit confused how the custom CSS section works. I understand that you can embed your own custom CSS into this section, but how would I go about customizing CSS code from a plugin? I would obviously have to copy and paste that code into the custom CSS area, right?
With that being said, the big issue that I am having is identifying which CSS file contains the button that I need to update/customize.
Thoughts?
Forum: Plugins
In reply to: [Constant Contact WordPress Widget] how to use an image for the submit buttonI am wandering the same!
How can this be done?
Please help ??