• I want to change the font and color for content boxes, which doesn’t seem to be in typography menu. I want to use custom CSS but I’m not sure what the name of the content box is. For example the header menu is .primary-menu. Is there a list where I can find a list of names for theme objects.

Viewing 2 replies - 1 through 2 (of 2 total)
  • if you browse with a modern browser (ie9+, chrome, firefox, safari, etc…) then you should be able to right click on an elemnt and choice some form of “inspect” which will allow you to browse the DOM and search for those tag, id and class names.

    Thread Starter bconrad18

    (@bconrad18)

    Ah didn’t even think to do inspect. I’ll give that a shot.

    Edit: That worked great and actually solves a few more problems.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to find object names for custom CSS?’ is closed to new replies.