How to apply css to specific Title only?
-
I am trying to apply different colors to the collapsed titles on my page, different versions of blue (2) so they work on the different background colors.
The css I added to the CollapseOMatic settings page (h4, h5) were applied to the whole website, and adding the class, such as
.collapseomatic_content h4 {font-size: 16px; color: #4AAAFF;}
.collapseomatic_content h5 {font-size: 16px; color: #1B75F9;}doesn’t work. I am not sure how they are exactly identified, when I look at the source code. I tried adding the id for each title, but it seems it’s dynamically generated so not a way to add this to css. I am not a developer, just fiddling to get this to display right. Please let me know if you have a solution.
thanksThe page I need help with: [log in to see the link]
- The topic ‘How to apply css to specific Title only?’ is closed to new replies.