Viewing 11 replies - 1 through 11 (of 11 total)
  • Theme Author Tom

    (@edge22)

    Make sure your blog content is set to “Excerpt” in “Customize > Layout > Blog”.

    Thread Starter hairyp

    (@hairyp)

    ok, but now i need to take featured image out of the post

    https://ampreviewer.com/kicker-solo-baric-review

    and id like to keep the fact that google reads this but take it out so its not shown

    Guitar/Bass/Car Amps. Your Place To Find The Best Amplifiers!

    Theme Author Tom

    (@edge22)

    Like this?:

    .page-header-image-single {
        display: none;
    }

    Google will blacklist your website completely if you add content for them and hide it from your users. It’s one of the worst things you can do SEO-wise on your website.

    Thread Starter hairyp

    (@hairyp)

    thanks, i have this but its not changing the main page title links

    .home-posts-title {
        color: #00138E !important;
        font-weight: bold;
        font-style: italic;
        text-decoration: none;
    }
    
    .home-posts-title:hover {
        color: #00138E !important;
        font-weight: bold;
        font-style: italic;
        text-decoration: underline;
    }
    
    .home-posts {
        color: #000000 !important;
    }

    wouldnt google blacklist me for this feature in customize

     Customizing Site Identity
    Hide site title
    Hide site tagline

    i took it out in customize, its still in the header and is indexed like that

    Theme Author Tom

    (@edge22)

    Is .home-posts-title an element on the page?

    If you’re trying to alter the blog post links, you can use this selector: .entry-title a

    Those options in the Customizer completely remove the HTML from the page.

    Thread Starter hairyp

    (@hairyp)

    thanks

    Theme Author Tom

    (@edge22)

    You’re welcome ??

    Thread Starter hairyp

    (@hairyp)

    i have another domain with the same theme and i never even had this gray background on here, i looked in customize there isnt a background

    and i copied the same css with everything you just gave me and the featured pic is still on top of the post. i have all of the same css from the other site

    https://nookbank.com/apple-imac-21-5-review

    Thread Starter hairyp

    (@hairyp)

    sorry forget about it

    Thread Starter hairyp

    (@hairyp)

    wait i need the featured pic out still

    i sed this like the other blog, you cant take it out in customize thats the main page

    .page-header-image {
    display: none;
    }

    Theme Author Tom

    (@edge22)

    Have you tried this?

    .page-header-image-single {
        display: none;
    }
Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Blog Post on Blog’ is closed to new replies.