Jump to content
Sign in to follow this  
ninojacobs

can I replace my search funtion? or make it the same colour as navigation

Recommended Posts

ninojacobs

at http://seriousevents.nl/wordpress/ you see the search function. I want it either right on top of the page. how to do that? or can I also make the search funtion teh same colour as the navigation? thanks again for help! Ni?±o

Share this post


Link to post
Share on other sites
Rob

Nino, Using Firebug plugin for Firefox, find the color of your navigation, copy it. Then find the tag for your search field. Write a Custom Code (CSS) for the search field and include the color. The code should be exactly the same as you already have, just not with #fff but your color written as #YoURCOLOR. Posting this in Custom Code / Custom CSS will override the default and give you the color scheme you wish. In answer to the other part of that question... yes, you could replace it. As for placement, that's part of the Child Theme's hooks. I'll refer you to http://www.pagelines.com/docs/base-child-theme for help with this. Instead of needing to write a new hooks, here you just need to find the search hook and adjust its location.


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×