Help overriding element.style
3 posters
Page 1 of 1
Help overriding element.style
I have looked everywhere and I can't figure out how to change the text color while under the Personalized profile fields. (see picture - its on all of these labels under the user profiles)
This code below is applying the color I don't want but everything I try to do will not override it
https://www.bunn3hs-arkserver.com/
This code below is applying the color I don't want but everything I try to do will not override it
- Code:
element.style {
color: #747a48;
}
https://www.bunn3hs-arkserver.com/
Last edited by Bunn3h on August 13th 2020, 9:43 pm; edited 1 time in total
Re: Help overriding element.style
Use the host an image button, not the attachment for images.
This is the CSS selector:
This is the CSS selector:
- Code:
#profile-tab-field-profil dl dt, #profile-tab-field-profil dl dt span, #ucp fieldset dl dt label, #ucp fieldset dt, #ucp fieldset dt span {
color: YOUR COLOR !important;
}
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Bunn3h likes this post
Re: Help overriding element.style
SLGray wrote:Use the host an image button, not the attachment for images.
This is the CSS selector:
- Code:
#profile-tab-field-profil dl dt, #profile-tab-field-profil dl dt span, #ucp fieldset dl dt label, #ucp fieldset dt, #ucp fieldset dt span {
color: YOUR COLOR !important;
}
sorry about that!
you rock thank you so much, this worked perfectly
Re: Help overriding element.style
If this is solved, please click the green solved buutton above the topic.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Help overriding element.style
Problem solved & topic archived.
|
Similar topics
» A Certain Smiley Is Overriding Another
» Select Content overriding Add a form
» Avatar element
» Opacity of element
» Inspect Element and Css
» Select Content overriding Add a form
» Avatar element
» Opacity of element
» Inspect Element and Css
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum