• gr3gthompson

    (@gr3gthompson)


    Hi Guys,

    First up what a beautiful theme.

    My client has a vendetta against the beautiful orange that the theme comes with. And I thought easy I can child theme and css the crumbs out of this.

    So now all the orange is gone. Except the menu on mobile. Which is still orange and looks even weirder because everything else is grey.

    So if you could let me know how to make the mobile menu not orange that would be great because I don’t think it’s in the stylesheet.

    Greg

Viewing 12 replies - 1 through 12 (of 12 total)
  • Theme Author Access Keys

    (@access-keys)

    Hi There,
    Please provide us your site URL we can provide custom css for mobile version menu.
    Thanks.

    Thread Starter gr3gthompson

    (@gr3gthompson)

    Theme Author Access Keys

    (@access-keys)

    Hi There,
    Please use below code on custom css with your color
    @media screen and (max-width: 1000px)
    .menu-toggle {
    background: url(../images/menu.png) no-repeat center #6D5953 !mportant;
    }
    @media screen and (max-width: 1000px)
    .main-navigation > ul {
    background: #E3633B!important;
    }
    @media screen and (max-width: 768px)
    .main-navigation > ul > li {
    border-bottom: 1px solid #DB5E39 !important;
    }

    Thanks.

    Thread Starter gr3gthompson

    (@gr3gthompson)

    Hi Guys,

    Tried this and it doesn’t seem to be working. =(

    Greg

    Theme Author Access Keys

    (@access-keys)

    Hi there.

    Can we have your site url admin detail so that we can have a look.

    Please send us to [email protected]

    Thanks.

    Thread Starter gr3gthompson

    (@gr3gthompson)

    Hi Guys,

    Just sent that now.

    Shane

    (@richardkanes)

    Hi there.

    Out tech team will reply to you through the mail.

    Thanks.

    Hello,

    Thank you very much Access Press Parallax theme and for providing support.
    I am facing the same issue in my site. I have tried the code you provided here but it also didn’t work with me. Would you please let me know how can I change the menu orange color.

    Best thanks,

    Baraa

    Hi,
    I used the above code in the responsive.css and it worked just fine.

    Problem solved!

    Shane

    (@richardkanes)

    Hi there.

    Glad that it works for you too.

    Do contact if any help needed again.

    If you feel like having any suggestion or feedback to the theme for future update then please do mention it in the following link:

    Accesspress Parallax.

    We value your words.

    Thanks.

    Hello There…

    Thanks and congratulations for the theme and all of the support.
    I write to you because I still have some orange elements to change in my site (htp://dokult.com) I studied previous threads, but I can’t find the right key, please help…

    -Orange menu in mobile version. I tried this, but does not work:
    @media screen and (max-width: 1000px)
    .menu-toggle {
    background: url(../images/menu.png) no-repeat center #6D5953 !important;

    -Orange in social links, Facebook, Twitter, etc (PC version)

    -Orange in slider markers.

    Thanks a lot in advance!!

    Shane

    (@richardkanes)

    Hi there.

    Thank you for writing in.

    For mobile menu color go to the path:
    ../wp-content/themes/accesspress-parallax/css/responsive.css file may be line numbered 27, find the class
    @media screen and (max-width: 1000px)
    You can change the color in this file.

    To change the social links color, use this code:

    .social-icons a:hover {
        background: #E20916 !important;
    }

    Or, go to the path: ../wp-content/themes/accesspress-parallax/style.css
    Line numbered 1816 and make the changes.

    Use this code for orange slider markers:

    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #E20916 !important;
    }

    Or go to the path: ../wp-content/themes/accesspress-parallax/css/responsive.css
    Line numbered 91 and make the changes.

    Hope this will work for you.
    Thanks.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Changing the menu colour for mobile’ is closed to new replies.