• Resolved wscadm

    (@wscadm)


    Is there a way to keep the search in the navigation bar, but have it always “toggled OUT”? do not want it to hide away, need it to be extremely obvious it is a search bar. I currently have my top side widget as a search box, but I do not like how much space it takes up!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello wscadm,

    you can create a child theme of Twenty Thirteen, load the parent CSS (“functions.php”) and insert this code in the CSS file of your child theme:

    .site-header .search-field {
        background-color: #fff;
        border: 2px solid #c3c0ab;
        cursor: text;
        outline: 0 none;
        width: 230px;
    }

    Bye.

    Thread Starter wscadm

    (@wscadm)

    Thanks for this!

    As a follow up to close this thread, I do have a child theme already installed, but I tend to not mess with the functions.php if I don’t have to. I instead just inserted it in my Custom CSS plugin to override, which worked perfectly for me.

    Yes. If your child theme is installed already, you do not need to modify the “functions.php” and just inserting the custom CSS is fine.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add Non-Toggle Search in Nav?’ is closed to new replies.