section titles

mgabas / 2013-08-03 11:24:50   

Hi,
please how do I make the section titles inactive (so that its only a text, not a link). I turned the "publish" button to off so nothing happens if I click on them but it still looks like a link (I can hover on them)
Thanks

arsondpi / 2013-08-03 12:07:11   

Edit the section exhibit, click Page Options and set Hide from index to On.

mgabas / 2013-08-03 13:38:51   

Yeah but then disappears the section title completely. I want to keep the title but make it inactive.

Vaska A / 2013-08-03 23:27:47   

No, that's not right. Unpublish them and they will act as section titles without links.

You might need to edit your CSS to have them appear differently.

mgabas / 2013-08-04 08:02:29   

Thanks very much for your advice!

Still it is not what I am looking for. I would like my section titles to look like this:

barborapivonkova.cz/…

but still on my page the look like this:

martingabas.cz/

I mean they are not active but look like they were. I need them to be plain text...

arsondpi / 2013-08-04 12:06:10   

either find line 43 in base.css or add the following in style.css

  1. #index ul.section span.section_title, #index ul.section span.section_title a {
  2.     cursor: default;
  3.     font-weight: bold;
  4. }
mgabas / 2013-08-07 22:15:05   

Thanks for your advice, but where should I add it?
If I write it in the section title, it does not affect the text but it appears as the title itself. If I put it below in the text field, it does not do anything...

arsondpi / 2013-08-08 00:15:39   

either find line 43 in base.css or add the following in style.css

:-)

This thread has been closed, thank you.