Removing or hiding "ew-layout-option"

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
apis
User
Posts: 124

Removing or hiding "ew-layout-option"

Post by apis »

Hi,
I am using phpmaker 2024 and I am trying to remove is the tiny pair of square blocks that appear under quick search when multi-column is enabled.
here is my code under html->styles->user

.ew-layout-option {
display: none;
}
but this doesn't work.
can you pls. assist me to remove them.


arbei
User
Posts: 9384

Post by arbei »

You may test your CSS in your browser first, read Inspect HTML element and add your own CSS styles.


Post Reply