Hi There,
Please provide us your site URL we can provide custom css for mobile version menu.
Thanks.
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.
Hi Guys,
Tried this and it doesn’t seem to be working. =(
Greg
Hi there.
Can we have your site url admin detail so that we can have a look.
Please send us to support@accesspressthemes.com
Thanks.
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!
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!!
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.