Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #637770

    Hey guys,

    I cannot seem to figure out which setting under general styling changes the color of the font in the search area “magnifying glass in header” when typing. I’ve attached site link below. Also once in a full search how can I get rid of the sidebar on the right? Thanks!

    #637913

    Hi hylandgraphics,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top #s {
        color: red !important;
    }
    
    .search .sidebar {
    display:none !important;
    }

    Thanks,
    Rikard

    #638103

    Thank you. Is there a way I can get rid of that side bar area all together so it does not look like just a blank space? Thanks!

    #638109

    Hi!

    Please add following code to Quick CSS

    .search .sidebar { display: none !important; }
    .search .content { width: 100% !important; border: none !important; }

    Best regards,
    Yigit

    #638113

    Thank you as always sir… All is well. Can you give me the link to rate you guys? I couldn’t find it and want to give you a great review!

    #638122

    Hi!

    You are welcome, we are always happy to help :)
    You can rate Enfold here – http://themeforest.net/item/enfold-responsive-multipurpose-theme/reviews/4519990

    Cheers!
    Yigit

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