Tagged: 

Viewing 3 posts - 21 through 23 (of 23 total)
  • Author
    Posts
  • #308549
    Anna Apollonia
    Participant

    Thank you very much. Code for italic and align right work perfectly fine.

    The purple stripe also works but it should only work for the “plain” quote style. Now it adds a stripe to every quote.

    But I managed to write it myself, combining you suggestion and Tikaram’s :

    .wp-block-quote.is-style-plain p {
    border-left: .25em solid #5f4b8b;
    padding-left: 21px;
    }

    This way it also works 🙂

    #308551
    Sakin
    Keymaster

    Hi Anna,

    Yes, for plain then you need to add that additional class .is-style-plain

    Nice to hear that the code works fine. Have a nice day.

    Regards,
    Sakin

    #308552
    Anna Apollonia
    Participant

    Thank you for always finding a solution, I really appreciate it.

    Have a nice day too

Viewing 3 posts - 21 through 23 (of 23 total)
  • The topic ‘Quote design broken after updating to WP 6’ is closed to new replies.