ResolvedRemove CSS rule for the First Letter

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20502
    Kyriakos
    Participant

    Hello,
    If you check one category listing page, eg https://www.handartisan.gr/product-category/home-design/

    category listing

    I need to completely remove the CSS rules for the first letter. Because I can not make so many modifications in order to make it the same with next letters please.

    #20515
    Althemist
    Keymaster

    Hello Kyriakos,

    You can do this with a bit of CSS. The code should be like this:

    .term-description p:first-of-type::first-letter {
        font-size: inherit !important;
        margin: 0 !important;
        line-height: normal !important;
        float: none !important;
        font-weight: inherit !important;
        color: inherit !important;
    }

    Hope this helps.

    Regards,
    Dimitar

    #21146
    Kyriakos
    Participant

    Very thank you!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register