• Hello,

    Using Forever, would like to have an *individual* photo caption be bold. Here’s what I’ve tried (aside from searching all potential posts here at the forum!):

    -clicked bold in wysiwyg view
    -inserted font-weight into caption tag in html view
    -inserted strong tag into form for image caption
    -changed .wp-caption-text to include font-weight: bold (this would ostensibly change *all* captions, but it doesn’t even work.)

    it’s the last thing that makes me think it’s darn near impossible. i know i am controlling the caption in the .wp-caption-text style because i can fiddle with other things (font-size eg) and it works.

    If it is indeed impossible, *please* someone just tell me! I feel like I’ve done enough background work to get an answer. Thanks in advance!!!

    oh, site is http://www.allieandgraysonforever.com/?page_id=320

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    HTML isn’t properly supported in image captions at the moment (but it’s being worked on), so that probably explains some of the issues you’re having.

    However, setting font-weight: bold; for .wp-caption-text seems to work ok. Does it not work for you in a specific browser, or just not at all?

    Additionally, you should be able to target only that image caption (the one on the page you link above) with the following:

    #attachment_324 .wp-caption-text {
    	font-weight: bold;
    }
    Thread Starter allieandgrayson

    (@allieandgrayson)

    That worked! Thanks so much. I didn’t even try that because I was discouraged after it didn’t work in .wp-caption-text. BUT, of course, I may have been dealing with a sluggish browser cache there and gave up too easily.

    thanks ross!

    Thread Starter allieandgrayson

    (@allieandgrayson)

    PS as you can see in the photo, I use a blackberry, so I can’t be too tech-savvy to begin with….

    Ha! 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘bold text in caption — forever theme’ is closed to new replies.