Trying to change mobile menu item color to red

This topic has 4 replies, 2 voices, and was last updated 4 months, 3 weeks ago ago by Tony Rodriguez

  • Avatar: Incanda
    Incanda
    Participant
    May 27, 2024 at 17:52

    Hi!

    Please assist with the correct css to change the sale menu item on the mobile menu to red as well. But I don’t want the sub-menu items to be red as well. Please see screenshot attached.

    I tried this code in Global CSS as well:

    .menu-item-124969 .item-link {
    color: #D30000 !important;
    font-weight: 900 !important;
    }

    Files is visible for topic creator and
    support staff only.
    3 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    May 28, 2024 at 07:22

    Hello, @Incanda,

    We kindly request that you remove the previously added custom CSS code and replace it with the following to enhance the website’s responsiveness and aesthetics:

    **For Mobile Devices:**

    @media (max-width: 600px){
        li#menu-item-124969 > a {
            color: #D30000 !important;
        }
    }

    **For Desktop:**

    .menu-item-129774 > .item-link {
        color: #D30000 !important;
        font-weight: 900 !important;
    }

    We believe these adjustments will effectively address your issue.

    If the issue persists, please provide a screenshot of the problem and Wp-admin access in the private content area so that we will further check it for you and help you.

    We kindly recommend that you take a complete backup of your site before proceeding.

    Best Regards,
    8Theme’s Team

    Please contact administrator
    for this information.
    Avatar: Incanda
    Incanda
    Participant
    May 28, 2024 at 07:38

    Thank you Tony! It works 100% now! 🙂

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    May 28, 2024 at 08:00

    Hello, @Incanda,

    As we continue our mission to exceed expectations, your insights become increasingly valuable. Could we, with all due respect, request your thoughtful feedback by giving our theme a deserved 5-star rating on ThemeForest?

    Click here to share your valuable perspective: https://themeforest.net/downloads

    Your time and trust are highly appreciated!

    Best Regards,
    The 8Theme Team

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Trying to change mobile menu item color to red’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.