hi, that isn't a stupid question at all! the colours of each of the components in this code reference the default bootstrap colours, which will change depending on whatever theme you set in your account settings. to change this, add ";color:#HEX;" to the end of each style attribute, with the HEX refering to the hex code of the colour you want from the other theme. you can see which colour you need for each element of the html by looking at the class attribute.
hi, that isn't a stupid question at all! the colours of each of the components in this code reference the default bootstrap colours, which will change depending on whatever theme you set in your account settings. to change this, add ";color:#HEX;" to the end of each style attribute, with the HEX refering to the hex code of the colour you want from the other theme. you can see which colour you need for each element of the html by looking at the class attribute.
here is a list of all the bootstrap colours on toyhouse: https://toyhou.se/2621177.color-references-bs-pkmn-
hope this helps! this is a pretty quick explanation, but if you need more details, let me know ^^
2 years, 1 month ago
I think I got it! The color reference is a lifesaver. Thank you so much :D
2 years, 26 days ago