There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
I have a question regarding the page with the search results.
Since I have a white H1, on the search results page against a white background the H1 is not visible.
Can I change the background-color of just this one page?
#2
Feb 28, 2013, 10:43 AM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
I would suspect so. Just look at the page source or perhaps use Firebug to determine the proper code.
__________________ ~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
#3
Mar 1, 2013, 03:10 AM
SiaRa
19 posts · Aug 2012
Netherlands
I've tried with the 'firebug' of Chrome but couldn't find the background properties.
Is it so that the results page is kinda like build from a php script?
I've looked at the button 'search' to see what script it calls to, but that didn't gave me much clearity...
#4
Mar 1, 2013, 07:01 AM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
I can't say without seeing the site.
__________________ ~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
#5
Mar 1, 2013, 07:14 AM
SiaRa
19 posts · Aug 2012
Netherlands
The site's in Dutch, but of course you're welcome to have a look: http://www.marktmonitor.com/
In de right sidebar is the search field. If you type in 'innovatie' you'll get a nice page with search results.
#6
Mar 1, 2013, 07:39 AM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
You have all sorts of choices. You could change the title color on search results by using the following
HTML Code:
.search-results h1 {
color: #993399;
}
Or you could change the background color of the middle section by using this selector instead
HTML Code:
.search-results #middle
May I ask why you have h1 set to white?
__________________ ~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
#7
Mar 1, 2013, 07:46 AM
SiaRa
19 posts · Aug 2012
Netherlands
ah wonderful!
Thank you so much!
THe H1 is white because on all the other pages it has a green background and thus white gave a fresher looking than black or blue.
The H1 in the search results is put there because that is the first content on the page right?
Cause now in the search results you see every title twice; the first one clickable and the second one as the title, but I guess that can't be changed.
Last edited by juggledad; Mar 1, 2013 at 08:37 AM.