• Used the fix in another thread detailing to install the custom css plugin and add the following code:

    @media screen and (max-width: 1000px) {
        #masthead .main-navigation > ul,
        #masthead .menu-toggle {
            background-color: #a11423;
        }
    }

    The HR separting the menu items is still orange. How would I change that color as well?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter stackpaper

    (@stackpaper)

    Also.. The READ ALL button in the blog section I’m unable to change the mouseover effect color (turns orange still on the mouseover but was unable to find any reference to it in the stylesheet.

    Thanks!

    Hi there,

    We appreciate you writing in

    Please try adding below code:

    @media screen and (max-width: 768px){
    .main-navigation > ul > li {
        
        border-bottom: 1px solid #a11423;
    }
    }
    
    .btn:hover {
        background: #a46497 !important;
        border: 2px solid #a46497 !important;
        color: #FFF !important;
    }

    Thank you.

    Thread Starter stackpaper

    (@stackpaper)

    Thanks for the prompt response, worked perfectly.

    Great support!

    Hi there,

    We appreciate you writing in
    Glad ti know that it works.

    Please let us know if there is anything else we can help out with
    we will assist you the best we can.
    Also,
    Please support us by rating and reviewing our theme at https://wordpress.org/themes/accesspress-parallax/

    so,many people can know of us.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mobile Menu HR Color’ is closed to new replies.