• I have customised the icons in the buddypanel menu to show as white, and when a particular page is clicked on and opened they change to a gold colour.

    However, I have also added 3 sub pages to a parent page on the buddy panel menu and they are showing as gold but I am unable to make them white in the CSS editor without changing the settings in the first paragraph.

    Can anyone tell me what I need to do to resolve this?

    Many thanks,
    Katie

Viewing 1 replies (of 1 total)
  • Hi Katie,

    Can you please try adding the ‘!important’ keyword after the ‘color: white’ in your CSS. For example:
    .class {
    color: white !important;
    }

    This will make sure that it is not overridden by other styling rules.

    If you could perhaps send a link to the website, I could take a closer look and assist you further.

    I hope this helps.

    Kind regards,
    Dylan

Viewing 1 replies (of 1 total)
  • The topic ‘Icons not changing colour in sub pages’ is closed to new replies.