This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 4

Hiding a specific section Break


  1. joebodego
    Member

    There is a specific section break i would like to hide. here is the code i have to target, can you help me with the exact code.
    li#li_78.section_break>h3

    Posted 9 years ago #
  2. Paul-T
    Member

    In your CSS file, add the following:


    #li_78 .section_break {
    display: none;
    }

    Posted 9 years ago #

RSS feed for this topic

Reply