Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #864980

    tobybowman
    Participant

    Hi, I wonder if you could help.

    Having problems when clicking search, the screen darkens as I want it to, but the cursor is no longer present, and when I click where I should type, then a stange drop down box appears! Could it be some CSS is interefering with it? As it used to be fine.

    http://growinginthegreen.com/

    Love the theme, by the way!

    Thanks.

    #865431

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Please find this block of code in your customizer;

    
    .x-searchform-overlay {
    background-color: #2d2d2d;
    opacity: 0.8;
    filter: alpha(opacity=80);
    }

    You need to replace that code and use this instead:

    .x-searchform-overlay {
      background-color: #2d2d2d;
      background-color: rgba(0,0,0,0.5);
    }
    
    .x-searchform-overlay .cfc-h-tx {
        color: #fff !important;
    }

    Hope this would help.

    #866775

    tobybowman
    Participant

    Worked a charm!

    Thank you again, great service!

    #866854

    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Have a great day! 🙂