• Resolved larivinia

    (@larivinia)


    Please, someone can tell me where I can edit to change the ”entry-meta” of the theme? I want edit the line under the title but I cannot find the file to change…

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter larivinia

    (@larivinia)

    I want delete this line with ”by author, date and comments”…

    It’s possible? Please…

    .

    (@techievous)

    If you just want to remove “by author, date, and comment,” then please use this:

    span.author, span.date, span.comment {
        display: none;
    }

    If you want to remove the entire .entry-meta line, then please use this:

    .entry-meta {
        display: none;
    }

    Your theme has a Custom CSS box in Appearance –> Theme Options –> General Settings –> scroll down a little and you’ll see the custom CSS box. You can copy-paste the code you’d like to use into there.

    Thread Starter larivinia

    (@larivinia)

    Ah ok! Thank you VERY MUCH! I love this theme, it’s gret! Thanks again, Techievous!

    .

    (@techievous)

    If the issue has been resolved, could you please mark this topic as “resolved”? That would be much appreciated, thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Under the title’ is closed to new replies.