ResolvedCall button change

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26780
    anushmilroy
    Participant

    Is there a way to change the call button icon on mobile?

    #26789
    Althemist
    Keymaster

    Hello anushmilroy,

    The icon is assigned with CSS. You can change it to another icons with CSS again, but it must be a Font Awesome icon, as this is the icon font used there. In order to change the icon, you’d need to find another Font Awesome phone icon that you like more and replace the UTF code with CSS. Something like this:

    .lafka-top-bar-phone a::before {
        content: "\f095";
    }

    This is the original code. If you want to change it with another Font Awesome icon (e.g. mobile phone), find the code for that icon and replace it like this:

    .lafka-top-bar-phone a::before {
        content: "\f3cd";
    }

    You can place the CSS code in the Appearance > Customize > Additional CSS field.

    Hope this helps.

    Regards,
    Dimitar

    #26796
    anushmilroy
    Participant

    Thanks alot buddy appreciate it

    #26822
    Althemist
    Keymaster

    No problem at all.

    BTW, if you’re happy with the theme and support, we’d really appreciate it if you take the time to rate the theme on ThemeForest. It helps us a lot to keep improving our themes and adding new features. You can do this in your Downloads page ( https://themeforest.net/downloads ) – the small stars bellow the green “Download” button.

    Best regards,
    Dimitar

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register