- This topic has 3 replies, 3 voices, and was last updated 6 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Mediclean Pro › Changing colors
Hallo,
I am having troubles changing some colors in the design:
1. how do I change the colored bar around the menu button in the mobile version?
2. is there a way to disable the overlay color over the slider?
3. How can I set the color of the bar beneath the main menu when i disable the header picture?
Hello,
Please add the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS :
/* CSS For Changing the menu icon Bar on mobile */
@media only screen and (max-width:900px) {
#mobile-trigger {
background: #ed7f00 none repeat scroll 0 0;
}
}
/* CSS to change the border color below the main menu */
.site-header {
border-bottom: 6px solid #ed7f00;
}
You can replace the #edff00 color code with the color hex of your desired color.For referance on color hex, see the link here : http://www.w3schools.com/colors/colors_picker.asp
This will allow you to change the mobile menu bar color and the border below the primary menu respectively.
To disable the overlay color in the slider, go to your Admin Dashboard > Appearance > Customize > Featured Slider > Slider Options and uncheck the “Enable Overlay” checkbox.
Hope this Helps,
Best Regards !!
Check this….color picker
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |