• Resolved m110a2

    (@m110a2)


    Hi,

    I hid the site-title and the site-description, editing the file style.css:

    #site-title{
    	display:inline-block!important;
    	max-width:74%;
    
    }
    #site-description {
    	position:absolute;
    	top:10px;
    	right:10px;
    }

    This is the modified code:

    #site-title{
    	display:none!important;
    	max-width:74%;
    
    }
    #site-description {
    	display:none;
    	position:absolute;
    	top:10px;
    	right:10px;
    }

    Is it alright or can I have any problem?

    http://wordpress.org/extend/themes/raindrops/

    Saludos

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding site-title and site-description’ is closed to new replies.