• How do I hide the site title and tagline using CSS instead of deleting it from the theme customize section?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Do you mean this theme?
    https://www.ads-software.com/themes/misty-lake

    Here is the CSS to do just that (use via Custom CSS plugin)

    /*
    * Hide only visually, but have it available for screen readers:
    * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
    */
    .visuallyhidden, .site-title, .site-description {
    	border: 0;
    	clip: rect(0 0 0 0);
    	height: 1px;
    	margin: -1px;
    	overflow: hidden;
    	padding: 0;
    	position: absolute;
    	width: 1px;
    }
    
    /* Adjustments, change the number in px */
    .site-branding { margin-bottom: 0px; }
    body .site { margin-top: 0px; }
    Thread Starter ReneeL66

    (@reneel66)

    Yes, that’s the theme, thanks for the info, I’ll try this!

    Thread Starter ReneeL66

    (@reneel66)

    Awesome, that worked, thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Misty Lake] Hide site title and tagline’ is closed to new replies.