Hello! How do you change the colors for the font and the links on your theme rules page?
Hello! Thank you for reaching out! To change the font and link colors on the theme rules page, you can adjust it through the CSS as you install the code and can do further editing. Search for "#title" in the code, if you can't find it use CTRL+F to find it easier. Then inside title, you will see "color:{color:title};}. Replace title with the color you wish your title would be (you can simply use "gray", "black", "white", or rather use HEX or RGB codes (linked tutorial for hex), and don't forget to save.
The same goes for the links and general text on the theme rules site - look for these two parts in the code: #details and #rules and change the color, like you did for the title.
The changed lines should look like, for example "color: #000", "color: rgb(223, 183, 165)" or even something really funky like "rgb(153, 102, 204) → rgb(255, 215, 0)". Play around and you will see what looked the best.
If there is any confusion or more interest let me know anytime and thank you again for the message 🌸





















