mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-10 04:25:44 +03:00
Styles: Add helper class to hide page title on pages in main menu
This commit is contained in:
parent
8df86334e3
commit
4e06badef3
2 changed files with 32 additions and 0 deletions
|
@ -19,6 +19,13 @@
|
|||
--wp--custom--form--border--width: 0;
|
||||
}
|
||||
|
||||
/* Hide the post title on search pages, or if it is in the main navigation. */
|
||||
body.search .wp-block-wporg-local-navigation-bar .wp-block-post-title,
|
||||
body.is-page-in-menu .wp-block-wporg-local-navigation-bar .wp-block-post-title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Style the group blocks inside a template list. */
|
||||
.wp-block-post:where(li.type-5ftf_pledge) {
|
||||
> .wp-block-group {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue