Social Icons not displaying

Hi there,

Im using Ethos #2, im on the customizer and I added my social icons, but there aren’t anywhere on the pages of my website.

Any idea the reason why?

THank you in advance for your prompt response.

Regards,

Luz.

Hi There,

Thanks for writing in! Could you please try adding the following CSS rules into your Customizer, Custom > Edit Global CSS area.

.x-social-global a {
    color: red;
}
.x-social-global a:hover {
    color: #ff6347;
}

Hope that helps.

Thank you very much for your quick response.

That did help.

Now, how do I choose the locations?

I want them to show on the bottom and below the top menu.

Right now they are displayed on the bottom, but above the menu.

Looking forward to your earliest reply.

Regards,

Hi There,

Currently you have selected your slider above masthead, so that the Top-bar will display under it. You can set your slider below masthead (https://theme.co/apex/forum/t/features-sliders/97).

Thanks!