This topic has 6 replies, 2 voices, and was last updated 9 years, 6 months ago by Anonymous.
Tagged: Customisation
Viewing 7 posts - 1 through 7 (of 7 total)
Hi support, I want to make everything Gold in the attached screenshot colour red. The custom css code pasted below has not helped, what do I need to do?
#atp_menu a {
padding: 0.6em 1em;
text-transform: uppercase;
}
h2 strong {
color: #dd3333;
}
Kindly inspect the element using the chrome and find the class name and then add your CSS in the custom CSS section which is there in theme options > styling section.
Add the below code in theme options > styling > custom css section.
h2 strong {
color: #ffc000;
}
You can change the gold to red in the musicplay/colors/dark.css file on line no around 57. Search for the gold color CSS code #ffc000 in dark.css file and replace it with red color #dd3333. In dark.css file where ever the gold color is there, replace it with red color code.
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.