Color of menu item

Home Forums Pro Support Color of menu item

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #69650
    Frank BraunFrank Braun
    Participant

    Hi,

    I want to change the color of one special menu item.

    How should I do this?

    Greetings

    Frank

    #69651
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Frank,

    Hope you are having a great time!

    You can change the colour of one special menu item by doing custom CSS.

    Kind regards,
    Kriti Sharma

    #69652
    Frank BraunFrank Braun
    Participant

    Figure 1 shows my situation.
    Ich want to color the menu item “Handelsschule”
    Figure 2 shows my CSS-rule, but it doesn’t work.
    What should I do?

    Thanks and greetings

    Frank

    Attachments:
    You must be logged in to view attached files.
    #69655
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Frank,

    The rule you are using is not incorrect. Try making it important by using the following code:

    #responsive-menu-pro-item a{
    color:red !important;
    }

    If this does not work out for you. Please share the URL of your website, so that I can help you with the code.

    Kind Regards,
    Kriti

    #69656
    Frank BraunFrank Braun
    Participant

    Thanks for your help, but it doesn’t work out for me.

    The URL is

    http://www.kbbz-dillingen.de

    Greetings

    Frank

    #69657
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Frank,

    Please try the following code:

    #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu #responsive-menu-pro-item-1982 a{
       color: red;
    }

    This will definitely work out.

    Kind Regards,
    Kriti Sharma

    #69658
    Frank BraunFrank Braun
    Participant

    Hi Kriti,

    this works out fine 🙂

    Thank you very much!

    #69665
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Frank,

    I am glad that it helped you with your requirement. Thanks for reaching out to us.

    Kind regards,
    Kriti Sharma

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Color of menu item’ is closed to new replies.