Make WordPress Core

Ticket #58097: 58097.patch

File 58097.patch, 1.5 KB (added by patelhitesh, 17 months ago)

Solution for H5 and H6 heading tag

  • wp-content/themes/twentytwentyone/style.css

     
    59095909.is-IE .post-thumbnail .wp-post-image {
    59105910        min-width: auto;
    59115911}
     5912
     5913
     5914@media only screen and (max-width: 768px) {
     5915    .pagination .page-numbers, .comments-pagination .page-numbers {
     5916        display: block;
     5917    }
     5918}
  • wp-content/themes/twentytwentythree/theme.json

     
    652652                                "typography": {
    653653                                        "fontSize": "var(--wp--preset--font-size--medium)",
    654654                                        "fontWeight": "700",
    655                                         "textTransform": "uppercase"
     655                                        // "textTransform": "uppercase"
    656656                                }
    657657                        },
    658658                        "h6": {
    659659                                "typography": {
    660660                                        "fontSize": "var(--wp--preset--font-size--medium)",
    661                                         "textTransform": "uppercase"
     661                                        // "textTransform": "uppercase"
    662662                                }
    663663                        },
    664664                        "heading": {
  • wp-content/themes/twentytwentytwo/style.css

     
    146146        padding-left: var(--wp--custom--spacing--outer);
    147147}
    148148
     149.wp-block-post-comments .commentlist li.comment {
     150        margin-bottom: 20px;
     151}
     152 No newline at end of file