Shop Categories

X

E-mail and phone Symbol and background color in the social networks not showing

Home Forums Agama Pro E-mail and phone Symbol and background color in the social networks not showing

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12900
    reisebaron
    Participant

    Hi!

    I have in Customizer -> Social networks -> E-Mail URL “an..ge@re…on.de” entered, the e-mail icon and background color is not visible. The same problem is with telephone (+49…….90). Facebook URL and Instagram URL are displayed correctly.
    When I hover over it, an incorrect link will be displayed. What am I doing wrong?

    Thank you in advance!

    #12901
    Zex
    Moderator

    Hello, reisebaron!

    Insert the next codes into Customizing->General->Additional CSS:

    .social-icons.e-mail:before,.fa-e-mail:before{
        content: "\f1fa";
    }
    
    .social-icons.telefon:before,.fa-telefon:before{
        content: "\f095";
    }
    
    .tv-telefon:hover {
        background-color: #A2C605;
    }
    .tv-e-mail:hover {
        background-color: #6567A5;;
    }

    https://prnt.sc/n33pmi

    Regards

    #12902
    reisebaron
    Participant

    It works, thank you.
    greetings

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