custom css for post
Viewing 3 Posts - 1 through 3 (of 3 total)
Author | Posts |
---|---|
December 9, 2013 at 8:22 pm 13546 | |
hello i would like to custom css
but after fill the i have in my post
this
| |
December 9, 2013 at 8:26 pm 13547 | |
sorry i have only
and i would like to customise some li not all of them | |
December 9, 2013 at 8:30 pm 13548 | |
maybe in this ?` $html .= sprintf( ' | |
December 11, 2013 at 5:52 pm 13623 | |
Change the line like this: [php]$html .= sprintf( ‘<li class="%s"><label>%s</label>: %s</li>’, esc_attr($attr[‘name’] ), $attr[‘label’], make_clickable( implode( ‘, ‘, $value ) ) );[/php] |
Viewing 3 Posts - 1 through 3 (of 3 total)