Okay
  Public Ticket #2603798
Titles on toggle panel
Closed

Comments

  •  7
    Mike Marshfield started the conversation

    I am using toggle panels on my page and don't want to include a title for the sections. I've found that if i add a blank space it keeps the title blank but as soon as i make any amendments to the page the generic ' Title' shows again. Any ideas about how to fix this?

    Thanks for your help

  •  2,963
    Andrew replied

    Hi Mike,

    Try the following custom css in Salient > General settings > CSS/Script related:

    .toggle h3 a {
        color: transparent;
    }
    .toggle h3 a:hover {
        color: transparent !important;
    }
    

    Kind regards.

  •  7
    Mike Marshfield replied

    Perfect! Thanks for your help