K

kdjfhkdjfhkfjh

Hi, I want to change these blank headings. What do I need to do?

1539961927530.png
 

AnimeHaxor

Retro-NulledTeam
Registered
Joined
8 year 4 month 7 day
Messages
6,522
Reaction score
40,575
Points
113
Site Script
XenForo
You would like to change that color .CSS correct?
 

AnimeHaxor

Retro-NulledTeam
Registered
Joined
8 year 4 month 7 day
Messages
6,522
Reaction score
40,575
Points
113
Site Script
XenForo
Go to Admin Panel > Appearance > Styles > Halloween > Templates > EXTRA.css edit,
Add line,
Code:
.PageNav .pageNavHeader {
    background: #393939;
}
.PageNav a {
    background-color: #393939; 
}
.PageNav a.currentPage {
    color: rgb(245, 124, 0);
}
.sidebar .section .primaryContent h3, .sidebar .section .secondaryContent h3, .profilePage .mast .section.infoBlock h3 {
    background-color: #393939;
}

Save & Exit.
 

AnimeHaxor

Retro-NulledTeam
Registered
Joined
8 year 4 month 7 day
Messages
6,522
Reaction score
40,575
Points
113
Site Script
XenForo
Thanks! And for these ones?

http://mallorcadevelopers.es/index.php?resources/

http://mallorcadevelopers.es/index.php?members/borja-arroyo.1/ (I also need to remove the valorations visible tables)

http://mallorcadevelopers.es/index.php?threads/solucionario-por-temas-matemáticas.90/ (remove the white background)

Sorry for the inconveniences. :)
You can edit .CSS in chrome development tools by yourself.
Ctrl + Shift + C click a banner or background, etc, will be loaded to there .CSS then you can edit .CSS Color then copy & paste to EXTRA.css after save & exit.