• Resolved ambitiouslyalexa

    (@ambitiouslyalexa)


    Hi! I was wondering if there was any way to have the heading and description font not display on the home page banner? I would like to create my own image with font on the image instead.

    But I’d also like to make sure the button stays toward the bottom of the banner if possible, so that I can have room to add my image with its own font.

    Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Steven (LyraThemes)

    (@stevenlyrathemes)

    Hi Alexa,

    Sure thing- you can add a bit of CSS in Appearance > Customize > Additional CSS to set visibility to “hidden”, which will maintain the position of the button at the bottom:

    .frontpage-banner .box-caption > *:not(:last-child) {
        visibility: hidden;
    }
    Thread Starter ambitiouslyalexa

    (@ambitiouslyalexa)

    That worked perfect! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing text from header/banner?’ is closed to new replies.