Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #336330
    cindy
    Participant

    What do I need to do to remove the grey area where captions go?

    I haven’t been using the caption field (I just add them as regular text) because I don’t like the grey background. (The tooling lines are ok, but I wouldn’t mind getting rid of them too.)  You can see an example of the difference between what I want and what the theme offers toward the beginning of this post: https://explorationvacation.net/minnesota-iron-mining-history-at-hill-annex-mine-state-park/

    Bonus points if I can have the text automatically italicized and centered below the image.

    #336332
    minal
    Keymaster

    Hello @cindy,

    Here is the css snippets for you to remove background and make font italic

    Goto Dashboard >> Appearance >> Customizer >> Additional CSS and paste it there

    .wp-caption {
      padding: 0;
      background: transparent;
      border: 0;
      font-style: italic;
    }

    Hope it works for you !!

    Sincerely,

    Minal

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.