Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #187483

    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

    #187498

    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

    #187516
    This reply has been marked as private.
    #187519

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adding CSS to color blocks’ is closed to new replies.