Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter lindseynic

    (@lindseynic)

    And also, how can I remove the “See more” on the home page?

    Thanks again!!

    You can use CSS to remove both elements.

    .from-the-blog .page-header,
    #more-site {
       display: none;
    }

    Hello Lindseynic,

    I did this and it worked for me.
    Go to your theme editor recommended your child theme but you can also add it to style.css.
    Go to element
    .pull left, line 6156
    and add
    display:none
    it should hide the h1 title.

    Good luck

    Actually that will hide more than what I though.

    I would go with c.bavota post instead.

    By the way what line is that c.bavota in the CSS?

    Thread Starter lindseynic

    (@lindseynic)

    Thank you both for your help.

    @c. bavota- love your theme! Especially the top headers on each page- great idea!

    Sorry for the naiveté– where do I put “from-the-blog .page-header,#more-site {display: none;}”?

    I went to editor->stylesheet->and to the bottom of the file and pasted it in, but that didn’t seem to work.

    Thanks again,
    Lindsey

    Question… what if you don’t know what any of the above means? :-S

    I don’t know anything about websites/html stuff… so any chance someone can walk me through taking off “From the Blog”… please and thank you so very much.

    c.bavota.. it’s a beautiful design, thank you for it!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Create a new thread here: http://wordpress.org/support/theme/arcade-basic#postform – and say you need extra support with the answers in this current thread (link to this thread).

    That above is CSS code that should be pasted into the bottom of the style.css or into some sort of custom CSS editor.

    Perfect.. thanks so much, did just that and it worked. Much appreciated!

    No problem. 😉

    Thanks!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘"From the blog"’ is closed to new replies.