Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1221522

    Hi I am trying to style my newsletter submit button to be uppercase and have a border-radius that matches my other buttons. I am using this code but it is not working.

    #top .avia_ajax_form input[type=’submit’] {
    border-radius: 5px !important;
    text-transform: uppercase !important;
    }

    #1221756

    Hey Mary,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1222363
    #1222365

    i will check – if it is done by enfold settings. sorry.

    can you try:

    .avia_ajax_form .button {
        border-radius: 5px;
        text-transform: uppercase !important;
    }
    • This reply was modified 4 years, 4 months ago by Guenni007.
    #1222434

    Hi,

    Thanks for helping out @guenni007. Did you have any luck with that @Mary?

    Best regards,
    Rikard

    #1222584

    these settings could be done by simple css – but if you want to style hover state or some transitions. It will be better to not have input but f.e. button tag here.
    See example-page and hover this input-button: https://webers-testseite.de/pureinstall/alb-testseite/

    #1223320

    No, unfortunately that code did not work @rikard @Guenni007

    #1223325

    I did get it to work with that code – thank you! Except using it in the CSS editor through the theme doesn’t work. Just needed to go directly to the PHP file.

    #1223467

    ?

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.