Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author John Regan

    (@johnregan3)

    Hi magamark,

    Can you send me a link to your site? I’ll take a look for you.

    John

    Thread Starter magamark

    (@magamark)

    First let me thank you for your contact.

    The website is in maintenance mode but i created another that replicates exactly the problem i have

    http://www.diariodasnoticias.com/contact/

    This is not the website i want to change with but has exactly the same situation and same plugins

    In contact page the send button or post button its orange, i can’t change the colors using custom css plugin.

    if i do them in style.css file i’m able change colors but i would like to change the color using custom css plugin.

    Thank you
    Magamark

    Plugin Author John Regan

    (@johnregan3)

    Hi magamark,

    Could you send me the code you’re using to customize the button? Most likely this is a CSS issue, not an issue with the plugin, but I’m glad to help!

    Thread Starter magamark

    (@magamark)

    Hello John Regan,

    This is the code i used

    button, input[type=”submit”], input[type=”button”], input[type=”reset”] {
    background: linear-gradient(to bottom, #366c92 0%, #66c92 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #66c92;
    }

    I have not enabled Double Quotes, should i enabled them because of the (“) quotation marks?

    Thank you for your help 🙂

    Thread Starter magamark

    (@magamark)

    button, input[type=”submit”], input[type=”button”], input[type=”reset”] {
    background: linear-gradient(to bottom, #366c92 0%, #366c92 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #366c92;
    }

    Plugin Author John Regan

    (@johnregan3)

    At first glance, I’d say not enabling double quotes your problem.

    The double-quotes get converted to HTML entities without that feature enabled, which would break your CSS. Give that a shot and let me know how it goes!

    Thread Starter magamark

    (@magamark)

    Shot hit the target!

    Problem resolved! 😉

    Thank your for helping me.

    Best Regards,
    Magamark

    Plugin Author John Regan

    (@johnregan3)

    Glad to help, amigo!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Changing button colors in 2013 theme’ is closed to new replies.