• Hi,

    I’m using HarmonUX Core child theme. The default top menu colour are set at white letters – blue background. I wanted to change that. I managed to turn the background white but now the letters won’t show (obviously – because they’re white too) and I can’t seem to be able to change that text colour. I tried to paste

    nav#main a {
        color: black;
        font-weight: bold;
    }

    at the end of my stylesheet but it didn’t work. Should I try pasting it on functions.php?

    Thanks in advance for your help 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello superflicka,

    Please try using below CSS

    body nav#main a {
        color: black!important;
        font-weight: bold;
    }
    Thread Starter superflicka

    (@superflicka)

    Wow sorry for my late reply, I somehow missed your comment. I’ll check the code now, see how it works. I did however find out that my child them was faulty, I hope it’s working now 🙂 Thanks for your help!

    Thread Starter superflicka

    (@superflicka)

    So nope, somehow it’s still not working 🙁 Any tips why this is so?
    Also, maybe somebody with some exparience using this template could advise on how to change this without messing with the code? I’m surprised the developers didn’t take the top menu into account when thinking of customizable features.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing top menu colour’ is closed to new replies.