• Resolved AntonyDream

    (@antonydream)


    Frame on caption-ed images become transparent, but it still shows normal at post edit page.
    Btw I don’t touch anything what could force captions act like this, just created some new pages as usual and get this issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • it would help if one could see the problem:

    link to your site?

    Thread Starter AntonyDream

    (@antonydream)

    themes can have a different style for captions, compared to what is shown in the ditor.

    if you would like to have a border around the caption and image, then edit style.css;

    find this style (about 15 lines from the end):

    .wp-caption{text-align:center;padding-top:4px;margin:10px;border-radius:3px;}

    add border: 1px solid #ccc; to it; so the style looks like:

    .wp-caption{text-align:center;padding-top:4px;margin:10px;border-radius:3px;border: 1px solid #555; }

    adjust the color to your needs.

    Thread Starter AntonyDream

    (@antonydream)

    It works now, thank you! ^^

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Caption frame disapear’ is closed to new replies.