• londoncrockett

    (@londoncrockett)


    I’m using the TAKTEEK01 1.4.4 theme and have been successful at modifying most of the theme to my liking. However, I can’t find where to modify the image captions. It doesn’t seem to be a CSS style (I pasted the styles into my editor (SEEdit) and searched for caption and only came across calendar captions.

    [caption id="attachment_51" align="aligncenter" width="480" caption="I'd rather have some commenters on the other side"]<a href="https://brokengirl.info/wp-content/uploads/2011/02/HucksterLockdown.jpg"><img class="size-full wp-image-51 " title="HucksterLockdown" src="https://brokengirl.info/wp-content/uploads/2011/02/HucksterLockdown.jpg" alt="" width="480" height="358" /></a>[/caption]

    Could I create a new CSS class and put that into the HTML? If so, how would I do that?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael

    (@alchymyth)

    the caption output already has css classes.

    the possible css classes to style are (and they might not exist yet in style.css of your theme):

    .wp-caption { }

    and

    p.wp-caption-text { }

    Alwyn Botha

    (@123milliseconds)

    However, I can’t find where to modify the image captions.

    Install Firefox Firebug ; then when you hover over any html element; you will see the line number of all the css involved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing caption style’ is closed to new replies.