Hi everyone, I got a problem with the size of my blog titles.. See: http://www.jordansbestellen.net/blog/ and http://www.jordansbestellen.net/6-verwachte-air-jordan-retro-modellen-in-2013/ The size of the title is too small, and i also want to change the color.. thx !
The code you have added in custom css Code: .content-bar a{ color: rgb(161, 41, 115); font-size: 12px; font-weight: bold; } Is creating this issue. Remove that code completely or just increase in "font-size: 12px;". And for color Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-bar .post .post_title a { color: your color value; } It will resolve your issue.