• Resolved rnmartinez

    (@rnmartinez)


    Hi, I am new to the 2022 theme and a bit lost with these changes, although excited to learn more.

    I got to customize using yoursite.com/wp-admin/customize.php

    but using the css I would normally use, like

    .site-description {
    display: none;
    }

    nothing happens. Any help would be appreciated. Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter rnmartinez

    (@rnmartinez)

    OK just realized that this is different from past themes because of the new blocks. As an FYI, here is the css I used for:

    title:

    .wp-block-site-title {
    	display: none;
    }
    
    for the logo:
    
    .custom-logo {
    width: 250px;
    	height: 155px;
    }
Viewing 1 replies (of 1 total)

The topic ‘Hide page title using css?’ is closed to new replies.