Shop Categories

X

I have problems with the icons of social networks that are located in the upper

Home Forums Agama Pro I have problems with the icons of social networks that are located in the upper

Topic Resolution: Resolved
  • This topic has 3 replies, 3 voices, and was last updated 3 years ago by Zex.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22316
    roger Medina
    Participant

    I have problems with the icons of social networks that are located in the upper right corner, on the home page, in other pages it looks good, you can check it in the following link.

    Error: https://www.nsintermarket.com/

    All right: https://www.nsintermarket.com/innovation/

    thanks for your help

    #25899
    Zex
    Moderator

    Hello, Roger!

    I’m very sorry for the late reply, your post has been hidden(marked as spam) so I didn’t saw it until now…

    Try to insert the following code into Customizing->General->Additional CSS:

    .home .fa-linkedin:before {
        content: "\f0e1"!important;
    }
    .home .fa{
        font-weight: normal!important;
    }

    Regards

    #26973
    ORLA
    Participant

    Hello,

    I’m having problems with this as well, but just with the facebook icon. I tried inserting the above CSS for facebook & it didn’t seem to work. Here is my site: https://oilregionlibraries.org/

    #26975
    Zex
    Moderator

    Hello, @ORLA!

    Insert the following code into your custom CSS:

    .fa-facebook:before {
        content: "\f09a"!important;
    }

    Regards

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