@whu606 I can't really comment seeing as I don't know the structure of how the KPoll element is laid out HTML wise. Just get the wrapping divs on it, then style it in the custom.css to avoid overwriting the core file.
So it'd be something like:
#kpoll a {
color:#ec008c;
}
done it it was in themes/design/style.css and now its on #ffffff
Thanks for all your help
}
ul.PanelActivity li {
background: #444444;
border-bottom: 1px solid #555555;
padding: 2px 4px;
color: #ffffff;
}
Answers
a {color:#ec008c;} in custom.css
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •i cant find the custom.css
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •@matti100 Create a file called custom.css in the design folder of the theme you are using. Then add what @422 said to that file.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •@Stewartiee @matti100
That would change the colour for all of the Vanilla pages.
If you just want to change the kpoll element I think you need to add that in the kPoll.css file in kPoll/design folder.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •@whu606 I can't really comment seeing as I don't know the structure of how the KPoll element is laid out HTML wise. Just get the wrapping divs on it, then style it in the custom.css to avoid overwriting the core file.
So it'd be something like:
#kpoll a { color:#ec008c; }- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •If you post a link to your forum, where we can see a poll. We can be of more assistance
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •done it it was in themes/design/style.css and now its on #ffffff Thanks for all your help } ul.PanelActivity li { background: #444444; border-bottom: 1px solid #555555; padding: 2px 4px; color: #ffffff; }
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •I would recommend renaming that file to custom.css
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •all done and working
- Spam
- Abuse
- Troll
1 • Off Topic Insightful 1Awesome LOL •