Changing Icon Colours In Menu

Hi,

Firstly, I'm using the UNA.IO 2020 Lucid Template.

Trying to work out how to change the icon colours in the menu. I've already specified different colours on the menu items at the backend like this:

j8rpmd63bnav9qdfyrzytrrcckeekc2y.png

However it isn't feeding through to the front end. I've gone into the 2020 style and tried removing pieces, and then all of the custom CSS to see whether something was overidding the riles but they still didn't change colour - even when I cleared cache before reloading site.

Any advice would be appreciated!

  • 1376
  • More
Attachments
Replies (1)
    • Try changing the value in Studio>TEMPLATE>Custom Styles for the following:

      .bx-menu-floating-blocks li a .sys-icon {

      color:  rgba(60, 80, 90, 0.8);

      }

      Login or Join to comment.