Input Fields and Tab area

General questions pertaining to how certain issues can be resolved
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Input Fields and Tab area

Postby manutd69 » 09 Nov 2009, 04:36

Hi there Sayontan,
I have a couple of minor things I need to clean up to complete my website, using the suffusion theme.

I'm using the dark theme with light blue. On the input fields, such as the search box, or on the contact forms, the type is very dark against a dark background, I would like it lighter. I can't find any way to change the colour.

Secondly, When the website is viewed in certain browsers, IE6 I think, the tabs become a uniform size, and one drops down to the next line. I tried removing the search box, and replacing it with a sidebar widget, to allow more room for the tabs, but they still drop down at the same place. Is there a way to specify a wider area for the tabs, if the search box is removed?

Your help would be greatly appreciated.

Cheers :D
manutd69
 
Posts: 3
Joined: 09 Nov 2009, 04:26

Re: Input Fields and Tab area

Postby sayontan » 09 Nov 2009, 20:48

Hi,
Though there are no options that will directly help you set these, you can use the "Custom Styles" option in "Custom CSS, JavaScript and RSS" to set this. Set these styles there:

Code: Select all
#commentform textarea,
#commentform input[type="text"],
.searchform .searchfield {
        color: #fff;
}


Add other elements as required.

You can control the widths of the navigation bar using the same Custom Styles option. Set the following:

Code: Select all
#nav ul {
        width: 100%;
}
#right-header-widgets {
        width: 0;
}


Sayontan.
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10159
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Input Fields and Tab area

Postby manutd69 » 12 Nov 2009, 01:12

They both work great, thanks.

Unfortunately there is one more problem.
I am using contact form 7 and sidebar login. I was assuming that the same colour was being applied to all input fields on the site.

However,after adding your custom styles, The search box text is now appearing lighter, but the text in my form boxes and the login panels is still dark.

I understand that these plug-ins are not written by you, but they must be getting their colours from the suffusion theme somehow. Can you help? Please.
manutd69
 
Posts: 3
Joined: 09 Nov 2009, 04:26


Return to Support Requests

Who is online

Users browsing this forum: marioo and 7 guests

cron