• Hello,

    I am wanting to make my blog post list on Agama Blue do the following:

    Increase font size and add border around the title of each post preview

    How can I make this happen?

    Thanks!

Viewing 1 replies (of 1 total)
  • Theme Author themevision

    (@themevision)

    Hello,@ausmavsfan!

    Try to insert following CSS code in Customizing->General->Additional CSS:

    .entry-title a{
    	font-size:18px;
    	border: 5px solid red;
    }

    You can check THIS page for more options.

    PS: Change the “border” attributes per your wish.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Blog Post List’ is closed to new replies.