• Resolved pre20

    (@pre20)


    Searching on the forum I managed to change font style of many sections with CSS except the Recent Post title (blog feed). How can I center it and put in bold?

    Thanks

Viewing 1 replies (of 1 total)
  • Hi pre20.

    Thank you for contacting us and for using our theme.

    This CSS should take care of that:

    .home .blog-feed > h2 {
    	text-align: center;
    	font-weight: 700;
    }

    Please let me know if it works.

    Kind regards.

Viewing 1 replies (of 1 total)

The topic ‘Style recent posts title’ is closed to new replies.