This topic has 3 replies, 2 voices, and was last updated 7 years by Kieran_SQ.

  • Author
  • #170290
     PABK
    Participant

    Hi,

    Is it possible :

    – to change the colors of the built-in contact floating icons.

    – to have it on mobile device

    Thanks

    #170364
     Kieran_SQ
    Moderator

    Hey @pabk,

    Thanks for reaching out today, you can use the below CSS in your KLEO Child theme’s style.css or in Quick CSS under Theme Options > General Settings > Scroll to: Quick CSS. Please adjust the color values to suit your needs.

    Changing the contact form button background color
    a.kleo-quick-contact-link {background-color: #de1414;}

    Changing the contact form button icon color
    .kleo-quick-contact-link i {color: #000000;}

    Use the contact form on mobile devices

    COPY CODE
    @media screen and (max-width: 480px) {
    .kleo-quick-contact-wrapper {display: -webkit-inline-box;}
    }

    I hope this helps 🙂

    Thanks,

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #170542
     PABK
    Participant

    Thanks a lot Kieran
    You forgot the sign”@” before media screen, but all works fine !
    Joel

    #170734
     Kieran_SQ
    Moderator

    Oops! I have corrected it now, glad it’s all working for you 🙂

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

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

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?