Home Forums Pro Themes Mediclean Pro Changing colors

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26504
    felix-wein
    Participant

    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?

    #26510
    wensolutions
    Keymaster

    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 !!

    #70585
    nickwelhar
    Participant

    Check this….color picker

    #70587
    wensolutions
    Keymaster

    Hello @nickwelhar,

    Thank you for the link.

    Regards!!

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