Can we make a attribute to hide a certain class on the page.

Permalink 1 user found helpful
Hi,
I am back, Sorry but I am in my learning stage and chasing a deadline :)

I want a attribute for a page to hide my title of the page and what I can think is to make a certain class display:none.

So if the title class is header-title can we make it hidden with the help of a attribute on certain page??

 
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
You can create a select attribute with the option "Show title" & "Hide Title" and make this required. So if it is set as Show Title option, set the class as display: none

Rony
sumeetwork replied on at Permalink Reply
Thanks for the reply Rony, but I am new to the system and don't know how to follow all the procedure required for creating attributes :(

Can you direct me somewhere where I can read on it??

Thanks
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
here is a how-to which seems to be similar to your requirement to some extent. but still you need to customize.

http://www.concrete5.org/documentation/how-tos/designers/use-attrib...

Rony
sumeetwork replied on at Permalink Reply
A <h1>BIG</h1> thank you from my side.
You are a star :)