Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #166929
    lankyman26
    Participant

    Hi. I’d like to change the colour of the background on the drop down menu when you hover over the primary menu. Is there some CSS to do that please?

    I’d also like to change the colour of links. Is there some CSS for that?

    Thanks!

    #166953
    sapana
    Participant

    @lankyman26: Please post in your site Url so that I can look into that issue and provide you with additional css.

    Kind Regards,
    Sapana

    #167017
    lankyman26
    Participant
    #167216
    sapana
    Participant

    @lankyman26: Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .sub-menu li a {
     background-color: #000000;
    }
    
    .site-navigation ul ul{
      background-color: #000000;
    }

    Kind Regards,
    Sapana

    #167251
    lankyman26
    Participant

    Great thank you. There was the question about changing the colour of links too? For example id like to change the red on pages link this to the blue which is my site’s colour…

    https://www.free-city-guides.com/boston/

    Thanks

    #167289
    sapana
    Participant

    @lankyman26: It is a bit difficult, more color feature is available in pro version ,I suggest you to upgrade to Pro,you can checkout features available in pro.

    Kind Regards,
    Sapana

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘CSS to change colours’ is closed to new replies.