Livesports Template: Changing Color Of The Icons And Text In Top Bar - Question | JoomShaper

Livesports Template: Changing Color Of The Icons And Text In Top Bar

TF

Timo F

Template 11 months ago

It's not possible to change the color of the social media icons and text in the top bar of the livesports template. I tried all possible options, but the elements remain green (default color).

I am testing on a local environment. Could you please tell me how to change it via custom css?

0
3 Answers
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 11 months ago #175340

Hi Timo F,

Thank you for reaching out. Please try this custom css and let me know it works or not. Custom css in Helix Ultimate

#sp-top-bar .social-icons li a {
    color: red !important;
}
#sp-top-bar .menu li a{
    color: #b54356;
}

If you have any further questions or concerns, please don't hesitate to let me know.

Best regards.

1
TF
Timo F
Accepted Answer
11 months ago #175358

Works, thank you!

0
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 11 months ago #175360

You 're welcome.

0