• Resolved Manny

    (@thewebnerd)


    Hi, I need help because when posts show on blog page or category page, the title post titles are not clickable.

    But the continue reading of the excerpt is.

    I am using twenty twenty one theme with this plugin.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Twentig

    (@twentig)

    Hi @thewebnerd,

    We can’t replicate the issue on our side. If possible, could you please share the URL of your website?

    Thanks.

    Thread Starter Manny

    (@thewebnerd)

    Plugin Author Twentig

    (@twentig)

    @thewebnerd,

    It seems that you don’t enter a title for your posts as we see “Untitled” written on this post https://onlinebizstage.wpengine.com/lawyer-seo/. You should set “Law Firm SEO Experts: Best Attorney SEO Services Company” as the title and remove the H1.

    Please let us know if it fixes the issue.

    Thread Starter Manny

    (@thewebnerd)

    Working now it seems after following your recommendation.

    The next question is how do I set the posts title color and the continue reading color on that blog listing page?

    • This reply was modified 3 years, 3 months ago by Manny.
    Thread Starter Manny

    (@thewebnerd)

    Working now it seems after following your recommendation.

    The next question is how do I set the posts title color and the continue reading color on that blog listing page?

    • This reply was modified 3 years, 3 months ago by Manny.
    Plugin Author Twentig

    (@twentig)

    @thewebnerd,

    Our plugin doesn’t include an option to set the color of the posts title and continue reading link. To do it, you need to add some custom CSS inside Customizer > Additional CSS (change #000 with your color value):

    .tw-blog-card-shadow .hentry .entry-title a,
    .tw-blog-card-shadow .hentry .more-link {
       color: #000;
    }

    I hope the above is useful to you.

    Thread Starter Manny

    (@thewebnerd)

    Thank you that’s really helpful.
    What would be shortcode or custom CSS to make each page title(header 1) text look bold on each page or post page?

    Right now the page and post title(h1) text doesn’t look bold and dark. It is light texts.

    • This reply was modified 3 years, 3 months ago by Manny.
    Plugin Author Twentig

    (@twentig)

    @thewebnerd,

    Inside Customizer > Twentig Options > Fonts, you can set the headings font-family and font-weight. By default, the Twenty Twenty-One theme set the heading’s font-weight to 300, so they don’t look bold.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Post titles not clickable on blog pages or category pages’ is closed to new replies.