How to customize your ocdes in Posts??
I am sure you have read my previous post “Writing Code in your WordPress Post”. Here I am going to discuss similar phenomenon. Let’s see how we can make the codes more stylish and look different from other contents.
Go to your themes style.css file and add the following code.
pre {border: solid 1px blue;font-size: 1.3 em;color: blue;margin: 10px;padding:10px;background: #FFFFB3}code {font-size:1.2em;color: #008099}You can customize this codes according to your need. This will change the look of code and pre tag.
Popularity: 4%














