• Resolved Andrzej

    (@ukandrzej)


    I am having trouble finding the right CSS to make the h1 entry titles on the blog roll page (the page of posts) to look more obviously like clickable links.

    The posts do not use a featured image – at the moment. If they do in the future I would take out the code as the featured images with the header text overlayed make it more obvious that there is a link there.

    I would imagine I need to add the right CSS to target the page of posts in my child css file.

    Here is the page in question:

    https://bit.ly/2pg96Ok

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am having trouble finding the right CSS to make the h1 entry titles on the blog roll page (the page of posts) to look more obviously like clickable links.

    Hi @ukandrzej,

    Post titles are h2s at the url you posted, not h1s.

    Please try adding the css below to your site via the customizer in Appearance > Customize > Additional css.

    The # colour value can be changed to whatever you prefer.

    .blog h2.entry-title a {
        text-decoration: underline;
        color: #ff0000;
    }
    Thread Starter Andrzej

    (@ukandrzej)

    Thank you very much – that worked very well.

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add underline and different colour to post titles on blog roll page’ is closed to new replies.