Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #342634

    Hi Guys

    Three quick questions

    I’ve set up a Child theme with Enfold 3. I haven’t selected a predefined colour scheme as my client’s hexi colours don’t match any. However, is there a way to choose a colour scheme, say ‘Navy’ and then change the hexi colour associated to that scheme. This would save me having to use custom colours every time I create a button.

    I’ve done something to my mobile menu. When you click on a sub menu the background-color and color must be the same as you can’t read what section you are in. Any quick css fix for this?

    Search dropdown on desktop. The rollover makes the background a light color. Again how do I change this or change the font colour to make it legible. NB I’m using Relevanssi

    thanks

    Alf

    #342933

    Hey alfengland!

    1- Yes, you can adjust all colors below pre-defined colors in Enfold theme options > General Styling tab
    2- Please add following code to Quick CSS

    .html_header_mobile_behavior #mobile-advanced span:hover {
    color: white!important;
    }

    3- Have you already figured it out? If not, please post a screenshot of the issue you are having because i could not reproduce any issue regarding search box :)

    Regards,
    Yigit

    #343412
    This reply has been marked as private.
    #343608

    Hi!

    Please add following code to Quick CSS and adjust as needed

    #top .header_color .ajax_search_entry:hover {
    background-color: #3659ae;
    }

    Best regards,
    Yigit

    #343919

    perfect
    thanks Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Default Colour Schemes plus mobile menu’ is closed to new replies.