Customisation of the superhero theme – header link colour and header colour

  • Hi guys.

    I have the superhero theme set up and have the customised css functionality (i purchased this extra).

    Currently I have the generic black coloured header and the grey header link colours.

    What I would like to change is the:
    1. The black header colour to a custom colour of my choosing.
    2. The current grey header link text colour to a colour of my choosing.

    I had a look at the custom design functions (which I also bought) but this cannot be done there.

    Much appreciate your assistance with the css coding to change the above two elements.

    Thanks

    The blog I need help with is: (visible only to logged in users)

  • I assume you mean the colours in the drop-down menu items in your header section as these are the only black and grey parts. Add this to your custom CSS and let me know what you think:

    .main-navigation a,
    .main-navigation a:visited {
      color:#000!important;
    }
    
    .main-navigation ul ul {
      background-color:#996666;
    }

    In future it’s better to post CSS specific questions in the dedicated CSS forum – you’re likely to get an answer much quicker that way!

  • The topic ‘Customisation of the superhero theme – header link colour and header colour’ is closed to new replies.