Hello,
Can you suggest a CSS to change the icons color in the topbar here, without changing the icon colors in the footer?
Thanks for any help,
Justin
Hello,
Can you suggest a CSS to change the icons color in the topbar here, without changing the icon colors in the footer?
Thanks for any help,
Justin
Hi Justin,
Thanks for writing in. To achieve that, please try this custom css.
.x-topbar .x-social-global a {
color: #0000ff;
}
.x-topbar .x-social-global a:hover {
color: #0000aa;
}
Hope it helps.
Thank you! Is it possible to make the topbar fixed above the nav menu when scrolling?
Hi Justin,
With X it is possible with customization, but regretfully, customization is outside of the scope of support that we can offer.
Thank you for understanding,
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.