Home Forums Pro Themes PhotoBrust Pro Problem with the colors of menu in wp 6.3

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #190518
    vanko921
    Participant

    Hello in the new version of WP 6.3 I have a maybe bug . with the site editor , my theme is (Photobrust) I have a problem with the colors for the MENU in mobile device . In desktop site my menu is with main blue color in old prevision version 6.2 in mobile site i have white background with black text ,now the background is with blue color 🔵 From version 6.3 . When try to change this color in mobile view this affect also the main desktop site and change color. I dont like this change . This problem is only available in the new version in WP. I attached link with photos for example to mobile menu. I like to edit only mobile menu without change main menu in dekstop https://ibb.co/JnYLjtS Pls fix it tnx

    #190548
    Psink
    Keymaster

    Could you please your site URL? We will provide you a CSS to fix this issue

    #190549
    vanko921
    Participant

    my site url is https://locobg.eu

    #190576
    Psink
    Keymaster

    we are sorry for the late follow, can you please try adding CSS to Additional CSS in the theme customizer? Here is the code

    @media screen and (max-width: 74.9375em){
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container.has-primary-background-color {
    background: transparent !important;
    }
    }

    After add its looks something like this
    https://www.awesomescreenshot.com/video/19999369?key=8717bd411ecc11ed60cf44ee04c77126

    hope its works for you

    #190578
    vanko921
    Participant

    This worked now thanks for the help. Have a good day.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.