Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Anna Bansaghi

    (@annabansaghi)

    Hi @manuelroccati

    Currently there is no built-in support in the plugin itself for adding different colors. But you can add custom CSS to your site via Theme Customization, like so:

    https://ibb.co/TvsdwmJ

    The CSS need to be applied:

    #mobile-contact-bar-outer li:nth-child(1) {
    background-color: #355070;
    }
    #mobile-contact-bar-outer li:nth-child(2) {
    background-color: #6d597a;
    }
    #mobile-contact-bar-outer li:nth-child(3) {
    background-color: #b56576;
    }
    #mobile-contact-bar-outer li:nth-child(4) {
    background-color: #e56b6f;
    }

    • This reply was modified 11 months, 2 weeks ago by Anna Bansaghi.
    Thread Starter manuelroccati

    (@manuelroccati)

    Hi Anna,

    Thank you really much!

    Plugin Author Anna Bansaghi

    (@annabansaghi)

    Glad it worked. Good luck with the plugin!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Different color for each button’ is closed to new replies.