• Resolved katherinemasters

    (@katherinemasters)


    Hi,

    I love using the elementor plugin, thanks for building! I am getting in touch because I am getting a gray line under my captions. These are image captions that are created under gallery images I have created.

    If you look through my home page there is a section with three cheesecakes and under the peach coloured captions there is a gray line that appears. I can’t seem to get rid of it. All my plugins are updated and I’ve removed any unecessary plugins…

    Would love to have some light on this. Thanks!

    Demo site codes:

    Username: lxeesecake
    Passcode: lxeesecakeoeiras

    Katherine

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s probably coming from your theme’s CSS.

    .wp-caption .wp-caption-text {
        text-align: left;
        font-style: italic;
        border-bottom: 2px solid rgba(0,0,0,.05);
        padding: 1em 0;
    }

    Just put the following code in your Additional CSS in Appearance > Customize:

    .wp-caption .wp-caption-text {
        border-bottom: none;
    }
    Thread Starter katherinemasters

    (@katherinemasters)

    Wow! You are a genius, thanks so much. It worked!

    Katherine

    Awesome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Getting a gray line under captions’ is closed to new replies.