Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Eyal Fitoussi

    (@ninjew)

    Hi,
    A simple and safe way to do it is to hide the fields that you do not want to use. Just use display:none in your stylesheet.

    Otherwise it will be very difficult and will cause you many issues.

    Regards,
    Eyal

    Thread Starter martinbeaulne

    (@martinbeaulne)

    I’ve looked up in FireBug to see what field I’d have to hide.

    I’m not really into php and css programming.

    The whole block I want to hide is inside a div class=”metabox-tabs-div”.

    Is it possible, in the main theme css file, to hide the entire div ?

    What would be the code ? I can’t find it on google… 🙁

    Thread Starter martinbeaulne

    (@martinbeaulne)

    I found it myself.

    I added:

    .metabox-tabs-div {
    	display:none;
    }

    in the style.css of my template.

    It works like charm.

    Thanks again, Eyal Fitoussi. You’ve been of great help on many threads…

    Plugin Author Eyal Fitoussi

    (@ninjew)

    You are very welcome 🙂 glad i can help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fewer choices to locate’ is closed to new replies.