• Hi there,

    I have WordPress Theme Twenty Twelve installed. I wish to change the colour/style of the horizontal line in between posts – I want to make it black and bold, so there is a clear differenciation between posts. How do I do that?

    http://blog.breatheapparel.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you done any modifications to the theme stylesheet at all? If so, move the changes over to Custom CSS plugin and keep theme stylesheet as new.
    http://ww.wp.xz.cn/plugins/search.php?q=custom+css

    Install a Custom CSS plugin and try this code. Change color and size to your liking.

    .site-content article {
    	border-bottom: 4px solid #910091;
    }
    article.sticky .featured-post {
    	border-top: 4px solid #910091;
    	border-bottom: 4px solid #910091;
    }

    The above solution should help you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Theme: Twenty Twelve’ is closed to new replies.