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
Started 9 years ago by joebodego | 2 posts |
-
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>h3Posted 9 years ago # -
In your CSS file, add the following:
#li_78 .section_break {
display: none;
}
Posted 9 years ago #
Reply
You must log in to post.