Page 1 of 1

Removing or hiding "ew-layout-option"

Posted: Fri Mar 22, 2024 12:52 pm
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.


Re: Removing or hiding "ew-layout-option"

Posted: Fri Mar 22, 2024 1:15 pm
by arbei

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