Remove line underneath title on presentation page slider

  • Author
    Posts
  • #57583

    Hi there,

    I can’t see that this has been asked before.

    Is it possible to remove the line that appears under the title on the presentation page slider? And also to vertically align the title text so that it appears in the centre of the image? I only want the title text to appear.

    See: https://www.paladinsclassiccars.co.uk/ (slide 1)

    Thanks,
    Marcus

    Website: www.paladinsclassiccars.co.uk

    #57744
    Zed
    Cryout Creations mastermind

    That can be done with custom styling:

    body .slider-text-separator {
        display: none;
    }
    body .nivo-caption {
        top: 30%;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #57775

    Thank you for the reply, it’s appreciated. Worked a treat.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Remove line underneath title on presentation page slider’ is closed to new replies.