chnage single menu item background

Home Forums Pro Support chnage single menu item background

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #69863
    Marius MateiMarius Matei
    Participant

    hi, i have try to change the background color for single menu item but is not working
    what i should do?

    i have used:

    #responsive-menu-pro-item-38785 {
    background-color: #dd3333 !important;
    color: #ffffff !important;
    }

    #69864
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Marius,

    Welcome to Responsive Menu Pro Support forum. Hope you are doing well.

    Please add parent HTML elements in front of this CSS selector so that it targets easily. You can also share the URL of your page with me so that I can help you with exact CSS code.

    Regards,
    Kriti

    #69867
    Marius MateiMarius Matei
    Participant

    https://www.staging1.getreskilled.com/what-course-should-i-choose/

    second menu item “START HERE”

    #69868
    Kriti SharmaKriti Sharma
    Keymaster

    Hi,

    Please paste the following CSS code under ‘Custom CSS’ section of “Advanced” tab.

    @media only screen and (max-width: 768px){
    #responsive-menu-pro-container #responsive-menu-pro-wrapper #responsive-menu-pro #responsive-menu-pro-item-38785 a{
      background-color: #dd3333 !important;
      color: #ffffff !important;
    }
    }

    This code will work for mobile and tablets as you have enabled responsive menu only for these devices.

    Regards,
    Kriti

    #69869
    Marius MateiMarius Matei
    Participant

    works great, thank you!

    #69873
    Kriti SharmaKriti Sharma
    Keymaster

    My Pleasure, Marius.

    Regards,
    Kriti

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘chnage single menu item background’ is closed to new replies.