Custimizing not working
-
Sorry but I have to ask further
I guess since php 8 I can’t customize.
it actualizes endless and changes will not be realized ??This in my css was working all the time till php8:
.grecaptcha-badge { visibility: hidden; } .attachment-post-thumbnail.size-post-thumbnail.wp-post-image { margin-left: auto; margin-right: auto; display: block; } .ssba-modern-2 { margin-left: auto; margin-right: auto; display: block; } .pb-grid-post.pb-article .entry-header .entry-title { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical -webkit-line-clamp: 1; } .pb-grid-post .entry-summary > p:not(.more-link-wrap) { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } .more-link-wrap { display: none; } .bp-notifications-nav a, .bp-messages-nav a { font-size: 0px !important; } .bp-notifications-nav a span, .bp-messages-nav a span { font-size: 10px; } .bp-menu.bp-notifications-nav a::before { content: "\f0f3" !important; font-size: 20px; font-family: "Font Awesome 5 Free" !important; } .bp-menu.bp-messages-nav a::before { content: "\f0e0" !important; font-size: 20px; font-family: "Font Awesome 5 Free" !important; } .pb-singular>.post-thumbnail { display: none; }
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Custimizing not working’ is closed to new replies.