Changing or eliminating page title

Permalink Browser Info Environment
Hi guys

I'm new to C5 - great stuff. I work with the featurist theme. When I choose a page type (e.g. left sidebar) the page adds its page title, which is not nice. Does anybody know how I can remove this? Thanks a lot. Appreciated! Joe

-START--
<link rel="stylesheet" media="screen" type="text/css" href="/cms/packages/theme_featurist/themes/featurist/css/screen.css" />


<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title> :: Team Lyss</title>
<meta name="description" content="" />
<meta name="generator" content="concrete5 - 5.6.0.2" />
--END--

1 Attachment

Type: Discussion
Status: New
hanniballecter
View Replies:
c5mix replied on at Permalink Reply
c5mix
Probably the easiest way to remove it is to not display it with CSS. Add this to the Custom CSS box in the theme's Customization panel (Dashboard->Pages and Themes and click Customize next to Featurist):
#feature h1 {display:none!important;}
#home #feature h1 {display:block!important;}

The second line is there so that it will still show up on the Home page type.
Note the page description will still show up there if there is one. So, if you want that whole div there to not show up add this:
#feature {display:none!important;}
#home #feature {display:block!important;}
hanniballecter replied on at Permalink Reply 1 Attachment
hanniballecter
Dear C5mix
thanks a lot for your answer. Appreciated!
But look, what happend. the title of the page remains sitting above the menues.
I entered the code you provided at >dashboard < featuist > custom > Add you CSS.
Thanks again for your help.

Joe
c5mix replied on at Permalink Reply
c5mix
Weird, something's wacky about that. It shouldn't do that. Try clearing your site cache (Dashboard->System & Settings->Clear Cache). Also, you don't need both sets of code in there, just one or the other depending on if you want just the titles removed or that whole div that holds the title and description.

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.