I am currently trying to add custom css to the color blocks using the custom id and having some issues. Do I need to include all of the classes that appear when you see the element with firebug or can I just use the id?
When I use just the id, clear the cache, etc. the change does not appear.
Still a little new to css so any help is appreciated.
J
Hi RDCSI!
You can use just the ID, if it doesn’t work, try adding the !important rule at the end of each property:
#my_id{
background: red !important;
}
Best regards,
Josue
You are welcome, glad we could help :)
Regards,
Josue