Change color submenu's

Home Forums Best Commerce Pro Change color submenu's

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #9572
    Anonymous
    Inactive

    Hi there,

    I’m unable to change the text color on the submenu items. I’d like to give the sub-menu’s a white text as well. Is there a possibility that I can do this with extra CSS?

    https://www.mupload.nl/img/fo2nwd3s9f4u.png

    #9599
    Axle Support
    Moderator

    Can you please try this CSS?

    
    .main-navigation ul ul li:last-child > a {
        color: #0f0;
    }
    
    #10286
    Anonymous
    Inactive

    I am trying to change the same text to white this CSS doesn’t seem to work for me.

    .main-navigation ul ul li:last-child > a {
    color: #0f0;
    }

    #10287
    Axle Support
    Moderator

    Hi Colin,

    Can you please provide us your site URL?

    #10297
    Anonymous
    Inactive
    #10347
    Axle Support
    Moderator

    Hi Colin,

    Please go to Appearance > Customize > Additional CSS and add the following CSS to change the color of subcategories.

    #category-list ul li a {
        color: #fff;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.