Different background and text color between mobile and desktop

Home Forums Jevelin Theme Different background and text color between mobile and desktop

Home Forums Jevelin Theme Different background and text color between mobile and desktop

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • ELBkomplizen
    Participant

    Hi there!

     

    Thx for your help everytime…

     

    I have one last problem: The header background color and the menu text color of my page are different between mobile version and desktop version.

     

    On cellphone i can’t read the menu because the text is white… I can’t find the option to solve the problem.

     

    The mobile background of header should have the color: #3d3d3d – the text-color of the menu should be the same…

     

    Need help!

     

    My page: http://wp2018.highclimbers.de

     

    Solution for this topic

    Hi @ELBkomplizen,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    header.primary-mobile {
        background: #3d3d3d;
    }
    
    #page-container .sh-nav-mobile li.menu-item > a {
        color: #fc0a1c !important;
    }

     

    Best regards,
    Shufflehound team

    ELBkomplizen
    Participant

    Thx a lot!!!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)