Hello, I’m trying to add a custom class to some of my elements but I can’t seem to get the styles to show. I added this css in the enfold/ general and added the code to the Custom CSS Class of the element under the developer tab of my special heading element. I have also tried to put it in the Custom ID Attribute. Both don’t seem to work. Which one should this go under?
Here is the code
.girlscolor .av-subheading {
color: #EB46A8;
font-style: italic;
letter-spacing: 6px;
}
girlscolor
Hey griswoldcleveland,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Here you go!
Hi,
You have to use the “id” not “class”. Try the following:
#girlscolor .av-subheading p b {
color: #EB46A8;
font-style: italic;
letter-spacing: 6px;
}
Best regards,
Jordan Shannon