Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter flikmax

    (@flikmax)

    IE: can i add an IF statement that checks if the cat number is = xx {change the text color to xx2} ?

    Plugin Author ethanhackett

    (@ethanhackett)

    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..

    Thread Starter flikmax

    (@flikmax)

    i know the way is mofidy the css but i dont know what.. can you give me an example pls?

    Plugin Author ethanhackett

    (@ethanhackett)

    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.

    Thread Starter flikmax

    (@flikmax)

    excellent thku very much !

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Post Tiles] Change text color’ is closed to new replies.