CSS for Form, Fieldset, Label..?
4 posters
Page 1 of 1
CSS for Form, Fieldset, Label..?
1st - the forum I'm working on:
https://beyond-the-fringe.forumotion.com/f1-general-discussion
I don't know if I never knew this or the years since using CSS the knowledge has left me so any help welcome...
I'm looking to change the text color in the .action-box etc under the category list (.foumbg announcement) - problem is I don't remember the syntax in CSS for text that is:
a) a label in a fieldset in a form.
b) does the next div, .info_open which has h3 text following a style tag need a separate line or different treatment?
I ask as I can't get any of the text below the forum and above the Legend (.clearfix) to change color...
If you go to the link, scroll down, click the black background and drag down you will see the text is hidden because it's still black not blue - I have tried many ways but I'm an old dog now and can't even remember old tricks - LOL...
Rather than straining my brain further I decided to admit defeat and ask people who can do this stuff in their sleep!
Thanks for any help.
https://beyond-the-fringe.forumotion.com/f1-general-discussion
I don't know if I never knew this or the years since using CSS the knowledge has left me so any help welcome...
I'm looking to change the text color in the .action-box etc under the category list (.foumbg announcement) - problem is I don't remember the syntax in CSS for text that is:
a) a label in a fieldset in a form.
b) does the next div, .info_open which has h3 text following a style tag need a separate line or different treatment?
I ask as I can't get any of the text below the forum and above the Legend (.clearfix) to change color...
If you go to the link, scroll down, click the black background and drag down you will see the text is hidden because it's still black not blue - I have tried many ways but I'm an old dog now and can't even remember old tricks - LOL...
Rather than straining my brain further I decided to admit defeat and ask people who can do this stuff in their sleep!
Thanks for any help.
Last edited by Munchaab on August 23rd 2022, 2:31 pm; edited 1 time in total
Re: CSS for Form, Fieldset, Label..?
Seems I even got the Legend section wrong - changing .clearfix also change all the main text in the posts etc..
Had to delete that so all the text under the forum is now black again...
Had to delete that so all the text under the forum is now black again...
Re: CSS for Form, Fieldset, Label..?
Good afternoon!
Are these all the items you want to repaint?
AP - Display - Color&CSS - CSS Stylesheet
red - change to a color that suits you
The text, which is marked in blue, cannot be changed without change template. There's no class applied to it + it's in the template by itself.
Are these all the items you want to repaint?
AP - Display - Color&CSS - CSS Stylesheet
- Code:
.ul-icons {
color: red;
}
#info_open {
color: red;
}
.sort-form {
color: red;
}
.action-box #sort-box .sort-form label {
color: red;
}
.action-box .vf_jumpbox label {
color: red;
}
red - change to a color that suits you
The text, which is marked in blue, cannot be changed without change template. There's no class applied to it + it's in the template by itself.
Razor12345- Support Moderator
- Posts : 1574
Reputation : 266
Language : Ukr, Rus, Eng
Location : Ukraine
Munchaab likes this post
Re: CSS for Form, Fieldset, Label..?
if the top one don't work you can always use this one
you can also look on the following part of your
look for any text that is marked as black and change to the colour you want
My advice is always look in this part before making the change to CSS files.
- Code:
label {
cursor: default;
padding-right: 5px;
color: #777171;
}
body {
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #6c6767;
font-size: 12px;
}
you can also look on the following part of your
ACP >> Display >> Pictures and Colors >> Colors
look for any text that is marked as black and change to the colour you want
My advice is always look in this part before making the change to CSS files.
Re: CSS for Form, Fieldset, Label..?
Razor12345 wrote:Good afternoon!
Are these all the items you want to repaint?
AP - Display - Color&CSS - CSS Stylesheet
- Code:
.ul-icons {
color: red;
}
#info_open {
color: red;
}
.sort-form {
color: red;
}
.action-box #sort-box .sort-form label {
color: red;
}
.action-box .vf_jumpbox label {
color: red;
}
red - change to a color that suits you
The text, which is marked in blue, cannot be changed without change template. There's no class applied to it + it's in the template by itself.
Thanks - yeah that's got it - except the blue part you said needs template change - I can live with it for now at least...
Do they all have to be the same color or can I make the Legend text yellow?
Re: CSS for Form, Fieldset, Label..?
Ape wrote:if the top one don't work you can always use this one
- Code:
label {
cursor: default;
padding-right: 5px;
color: #777171;
}
body {
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #6c6767;
font-size: 12px;
}
you can also look on the following part of yourACP >> Display >> Pictures and Colors >> Colors
look for any text that is marked as black and change to the colour you want
My advice is always look in this part before making the change to CSS files.
Thanks - but unfortunately the ACP colors section is so limited it does not cover text in different areas, or even all the background areas - e'g' I had to change the background color for the profile options section with CSS as it can't be changed in the ACP...
I'll copy that code over in case I hit any other snags - -so thank you...
Re: CSS for Form, Fieldset, Label..?
OK got it - UL was the one I wanted yellow and it works perfectly...
Thank you very much - marking as SOLVED.
Thank you very much - marking as SOLVED.
Re: CSS for Form, Fieldset, Label..?
Problem solved & topic archived.
|
Similar topics
» Form to send PM's?
» Form and stats
» Profile field label aligment
» post form
» How do I delete my form?
» Form and stats
» Profile field label aligment
» post form
» How do I delete my form?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum