Where to edit styles for media - gallery in wordpress?
hey guys,
i was wonder..
what if i want to add my own style to photos inside wordpress posts?
no problem when i'm using standard html line:
<a href="image url"><img src"thumb url"></a>
with my style it will look like this:
<a href="image url" class="my style"><img src"thumb url"></a>
but what if all my posts are media - gallery like here:
[gallery link="file" ids="2269,2268,2267,2266,2265,2264,2263,2262"]
where can i add my styles there?
|