vantage search widget optimze
Hi there. im using a siteorigin search widget box in the footer of my site, when you click type and click on it a very ordinary looking page comes up how can i optimize the layout of that page to resemble the rest of my site. cheers
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Hi Cwestcott
It’s unfortunately, a limitation of the theme. I’ve prepared a little Custom CSS though that will help clean the page up a little. Try the following at Appearance > Custom CSS:
/* Search Results */ .search-results #main { padding: 35px; } .search-results .page-header #page-title { font-size: 22px; font-style: italic; } .search-results .entry-title { font-size: 20px !important; }Adjust as required.
That s made a big difference thanks heaps cheers chris
For sure :)
Hi Andrew ive got another tech question on my contact page
http://www.hobartbuildinginspection.com.au/contact-us/
Ive been playing around with a line ontop of the footer using a page row but how can it add tothat the footer itself and make the blue thinner
If you remove the row you’ve added and do it from Custom CSS, this should work:
/* Footer */ .layout-full #colophon { border-top: 5px solid blue; }Change blue to the hexadecimal color value of your choosing.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.