Okay
  Public Ticket #864687
Theme Questions
Closed

Comments

  •  2
    Jonea started the conversation

    Hi, I just purchased the Oxygen theme and have a few questions:

    1) Can the site search function show the actual field where a person types or just the magnifying glass that then expands out to show the search bar?  

    Found this example site that uses the Oxygen theme.  It has the magnifying glass that expands out to show the search bar.  www.Boldreams.com  

    Is it possible to have it be more like this site/top right search bar look where you can see the actual field to type in? http://peekkids.com/

    2) Can a top color bar be added to the child theme like on this example site where the search function can be housed? http://peekkids.com/

    Thank you.  I really like the theme and can't wait to use it.

    Jonea


  •  1,560
    Laborator replied

    Hi Jonea,

    1. That's possible, use the following CSS and paste it in the Custom CSS area to show the full search bar:

    .oxygen-top-menu > .wrapper > .main-menu-top > .main .main-menu-env .search-form .search-input-env {
      visibility: visible
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=1);
    }
    

    In case it won't work it's because you're using a different header menu, we will need to see your site live to give you the proper CSS then.

    2. Unfortunately this is not possible with Oxygen :(

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group