View Full Version : Please help me with finding style variable editor
<font size="3">Can anyone help me to find the right place to edit the background color of poll voters? THanks in advance.</font>
Seven Skins
12-30-2020, 09:45 PM
You can add the code below to additional.css template and change the colors accordingly.
.pollresults-data tr td.pollvoter-cell .voter-icon .voters {
border: 1px solid #2379B5;
background: #F00;
}
.pollresults-data tr td.pollvoter-cell .voter-icon .voters .note {
color: #2379B5;
}
Thanks mate, is there a simple style variable editor thing? In case the changing additional.css file way doesn't work. &&
--------------- Added 1609425577 at 1609425577 ---------------
You can add the code below to additional.css template and change the colors accordingly.
.pollresults-data tr td.pollvoter-cell .voter-icon .voters {
border: 1px solid #2379B5;
background: #F00;
}
.pollresults-data tr td.pollvoter-cell .voter-icon .voters .note {
color: #2379B5;
}
Wasn't able to edit the addtional.css file of the dark style, solved the problem by switching to another lighter style. Thanks anyway mate.:up:
napy8gen
01-05-2021, 10:02 PM
there is no style variable for that background. It is located in global.css
but for the text and border it used the text link color
To use that CSS overwrites, It is actually css_additional.css can be found inside Admincp>Styles> Style manager> style name xxx > edit templates> CSS Templates> css_additional.css
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.