IE: can i add an IF statement that checks if the cat number is = xx {change the text color to xx2} ?
Sorry for the delay. I thought I would be notified if someone posted about post tiles. I didn’t know I needed to check them manually.
The only way to modify the colors at the moment is to change it in your CSS file..
i know the way is mofidy the css but i dont know what.. can you give me an example pls?
There are basically two parts to edit. One is the li. The other is the anchor inside. The anchor has a 10px padding so whatever you do keep in mind that the anchor should be 20px shorter and thinner.
ul#post-tiles li {
width: 175px !important;
height: 175px !important;
}
ul#post-tiles li a {
width: 155px !important;
height: 155px !important;
}
Place the above code in your theme’s css and change the width and height accordingly.
excellent thku very much !