Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #98117
    SFA1492
    Participant

    Hi I am new to WordPress and I created a simple website using Clean Box (Free) on http://www.handwerker-buendnis.de.
    Basically I am content with the layout, but I would like to change two things:
    1. smaller font size for the headlines of the featured content on the homepage
    2. change the alignment of those headlines to centered

    Any ideas how I can achieve that?

    #98146
    Mahesh
    Keymaster

    @sfa1492: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-content .entry-title {
    	font-size: 20px;
    	text-align: center;
    }

    Note: Please adjust the font-size in the above code as per required.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Font size and alignment’ is closed to new replies.