Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1334892

    Hello, I want to change the color of submit button in contact form. I have add the following css code but it works only in mobile version, not in desktop.

    #contact.main_color .avia_ajax_form input[type=’submit’] {
    background-color: #5d8a88;
    color: #ffffff;
    border-color: #5d8a88;
    }

    #1334898

    Hey troupdim,
    The reason it is not showing for you on desktop is because you have an unclosed media query for mobile higher in your css, so you need to close it.
    2022-01-09_010.jpg
    If you can’t find where to close, include admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    #1334900

    Thanks for your reply. Please see the private content.

    #1334905

    Hi,
    Thanks for the login, I corrected for you:
    2022-01-09_011.jpg
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1334906

    Hello, I have clear the cache but it works only in english menu (not in greek menu)

    #1334909

    Hi,
    I see that on the English page the section ID is #contact, but on the Greek page the ID is #epikoinwnia
    I adjusted your css for this:

    #contact.main_color .avia_ajax_form input[type='submit'],
    #epikoinwnia.main_color .avia_ajax_form input[type='submit'] {
     	background-color: #5d8a88;
        color: #ffffff;
        border-color: #5d8a88;
     }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1334946

    thanks a lot for your excellent support.

    #1334948

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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