Wordpress Themes - WP Forum at BFA
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

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Header configuration & styling »

[SOLVED] Search Box font colour being overwritten?


  #1  
Old Mar 5, 2010, 08:05 AM
Misa
 
16 posts · Feb 2010
Hello folks,

Trying to figure out where I'm going wrong! Wondering if someone could point me in the right direction...

So, I'm trying to get the search box font colour to display as #8596CC. This is what I've got in the Configure Header Area > Search Box:

Code:
color: #8596CC;
font-weight: bold;
border: 0;
width: 200px;
margin: 0;
padding: 0;
and this is what I've got under the Style Forms > Form Field: Style:

Code:
font-weight: bold;
color: #8596CC;
border-top: solid 3px #8596CC;
border-left: solid 3px #8596CC;
border-right: solid 1px #8596CC;
border-bottom: solid 1px #8596CC;
It's displaying the font in bold, it's just not using the correct colour. It's pulling the colour from the change I made under Overall Style and Config. > Body, Text & Links:

Code:
font-family: arial, tahoma, arial, sans-serif;
font-size: 0.8em;
color: #585858;
background: #ffffff;
Is there any way to get it to not override the colour change I specify in the Search Box styling? Or did I do something wrong? Thanks in advance!
__________________
Permanently Mentally AFK
  #2  
Old Mar 5, 2010, 10:44 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
the option ATO->Style & edit HEADER AREA->Search box is for styling the actual search box. If you want to style the text inside teh box you will have to use a CSS Insert like:
HTML Code:
div.searchbox-form input {
	color: #00ffff ;
	font-weight: bold;
	}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Mar 5, 2010, 10:52 AM
Misa
 
16 posts · Feb 2010
Thanks so much, Juggledad ... worked a treat.
__________________
Permanently Mentally AFK

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change HEADLINE Box colour ahmike Post-Kicker, -Byline & -Footer 4 Jul 23, 2009 12:38 PM
Add Google Search to Search box? ldaily Header configuration & styling 0 Jul 21, 2009 09:12 AM
[SOLVED] Changing Font Colour gradlebum Sidebars & Widgets 2 Jul 13, 2009 10:00 AM
[SOLVED] change font on search box? jke Header configuration & styling 2 Jun 4, 2009 06:02 PM
search box and archive search box zizi Page & Category Menu Bars 2 Mar 28, 2009 11:31 AM


All times are GMT -6. The time now is 09:04 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.