• Resolved furioso

    (@furioso)


    Hi,

    I’d like to ask a question that has been asked a while ago but infortunately hasn’t been answered. I like this theme a lot but would like to remove the “Posted by Name in Category” part as well as the date and the orange box it shows up in.

    Any help would be appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Do you want the comment count to stay just remove the orange date box or both also?

    Hi Furioso,

    It would be nice if you give us link to your site here.

    OK…..
    …..try to put these codes to your Child Theme style.css file
    OR
    Install Simple Custom CSS plugin and put the code there.

    FOR “Posted by Name in Category”….try this code

    .post-content .meta-info {
        display: none;
    }
    
    or
    
    .post-content .meta-info {
        display: none!important;
    }

    and….FOR the date and the orange box

    .meta-date {
        display: none;
    }
    
    or
    
    .meta-date {
        display: none!important;
    }

    Let me know if this was what you were looking for.
    Cheers
    TR

    OK, tahoerock beat me to it lol

    …..to Northwoods Creative

    this is just guess……:) Im not sure.
    did not mentioned to beat u, apology 🙂
    TR

    Thread Starter furioso

    (@furioso)

    Hi to both of you!

    tahoerock, your solution was simple and worked perfectly – thank you a lot!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Remove "posted by…"’ is closed to new replies.