Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8116
    bill
    Member

    Is it possible to embed a little image into each post under “image” format which wraps text around quite nicely without that “Image” tab on the right?

    http://www.faithlcmc.org

    I saw something about carving up the functions.php but I thought I’d ask here first.

    #8158
    bill
    Member

    Doing a little more digging, I believe we have a winner.

    .entry-format {
    display: none !important;
    }

    #8239
    Sakin
    Keymaster

    @bill: Ok when you add the css please add it in “Appearance => Theme Options => Custom CSS” box. Don’t edit style.css. If you add in this box then you don’t need important. It will simply be.
    .entry-format { display: none; }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘remove post format tab’ is closed to new replies.