Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #532537

    Hey at all,

    i was wondering if it is possible to add an icon to the submit Button of the Ajax Form.
    I was able to style the button as i wanted to, but the icon drives me nuts.

    i tried several things but nothing worked. May you have a hint to me?

    #532555

    Hey Maik!

    Can you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

    #532563

    Hey Yigit,

    Attached i send an Screenshot with the result i am aiming to.
    result

    #533959

    Hey!

    you could try this code:

    .avia_ajax_form .button {
    background-image: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-forward-128.png) !important;
    }
    

    and adjust the url as needed, but I think it won’t work as you want, because you are already using background-image like this:

    .avia_ajax_form .button {
    background-image: linear-gradient(105deg, #6aae23 80%, transparent 80%);
    }
    

    Cheers!
    Andy

    #556637

    Thanks alot.
    Worked perfect :)

    #557595

    Hi,

    Great, glad we could help :-)

    Cheers!
    Rikard

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