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

    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

    #1153804

    Hey griswoldcleveland,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1153856

    Here you go!

    #1153890

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.