Quantcast
Channel: WordPress.org Forums
Viewing all articles
Browse latest Browse all 46187

pdclark on "Adding a Blog inside a wordpress self hosted site"

$
0
0

If you are wanting to hide the text "Welcome", you would use:

. PostHeader { display:none; }

For welcome and the icon, you would use:

.PostHeaderIcon-wrapper {display:none; }

If the theme makes use of body classes, you should find additional classes on the <body> element that will help you target specific pages. See the body class function reference.

You can test these changes most quickly and easily using Firebug or Chrome/Safari developer tools. See YouTube for how to use Firebug.


Viewing all articles
Browse latest Browse all 46187

Trending Articles