Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #309413

    All of a sudden I am having a problem targeting custom classes with Quick CSS. If I assign the custom class “texty1” to some of my text and then add:

    .texty1 {
    font-size: 55pt!important;
    line-height: 55pt!important;
    }

    ….to the Quick CSS section, nothing happens. It only seems to work if I enter that twice like this:

    .texty1 {
    font-size: 55pt!important;
    line-height: 55pt!important;
    }

    .texty1 {
    font-size: 55pt!important;
    line-height: 55pt!important;
    }

    #309654

    Hey D5WDesignGroup!

    Thank you for using Enfold.

    Please use this instead:

    .texty1 > * {
    font-size: 55pt!important;
    line-height: 55pt!important;
    }

    This will change all the font size of the elements inside the .texty1 container or text block.

    Regards,
    Ismael

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