New Landing How can we help? Themeforest Theme Support Flexform How do I style my Feedburner Subscribe button to match CSS styling

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Flexform
  • #245084
    dankaufman
    Member
    Post count: 9

    Hi,

    How do I style my Feedburner subscribe button (you can see it here: http://mediasurvival.com/articles) to match Flexform’s styling for buttons?

    I assume I simply need to add the correct class in somewhere, but I’m not sure where (or even what class to use). For example, when I tried adding class= “sf-button large accent rounded arrow” after <input it didn’t work.

    Would you be able to help me?

    The default code that Google Feedburner supplies (and that I pasted into a Widget text box) is:

    <form style=”border:1px solid #ccc;padding:3px;text-align:center;” action=”https://feedburner.google.com/fb/a/mailverify&#8221; method=”post” target=”popupwindow” onsubmit=”window.open(‘https://feedburner.google.com/fb/a/mailverify?uri=MediaSurvival&#8217;, ‘popupwindow’, ‘scrollbars=yes,width=550,height=520’);return true”><p>Enter your email address:</p><p><input type=”text” style=”width:140px” name=”email”/></p><input type=”hidden” value=”MediaSurvival” name=”uri”/><input type=”hidden” name=”loc” value=”en_US”/><input type=”submit” value=”Subscribe” /><p>Delivered by FeedBurner</p></form>

    Your help would be very much appreciated.

    #245228
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    input[type="submit"]{
    display: inline-block;
    	font-size: 12px;
    	line-height: 18px;
    	height: auto;
    	padding: 6px 12px;
    	margin: 0 20px 20px 0;
    	-webkit-border-radius: 0;
    	-moz-border-radius: 0;
    	border-radius: 0;
    	-webkit-transition: all .3s ease-out;
    	-moz-transition: all .3s ease-out;
    	transition: all .3s ease-out;
    	border: 0;
    	outline: none;
    	text-shadow: none;
    	text-decoration: none;
    	font-weight: normal;
    }

    Thanks
    Mohammad

    #245325
    dankaufman
    Member
    Post count: 9

    Hi,

    Thanks for trying but unfortunately that didn’t work – there was no change at all after I entered that custom css. Any other suggestions?

    Thanks,

    Dan

    #245330
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I dont see any code at page source url.
    Thanks
    Mohammad

    #245338
    dankaufman
    Member
    Post count: 9

    That’s because I then took the custom css code out when it didn’t work. However, I just put it back in now so you can have another look.

    Thanks again,

    Dan

    #245466
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me login detail to check and resolve the issue.
    Thanks
    Mohammad

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register