• Resolved hagelaars

    (@hagelaars)


    Hi,

    I would like to remove the black bar that shows up at the left in front of the picture slider.

    It shows the post title from the sticky post, with a permalink to the image. How can I remove it?

    Website: Thomas en Alise

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • @hagelaars

    You can remove this block:

    <h1 class="feature-title"></h1>

    Or you can add this to your CSS:

    h1.feature-title {
    display:none}
    }

    @hagelaars

    Correction:

    h1.feature-title {
    display:none;
    }

    Thanks for the tips, Jan!

    hagelaars – I just wanted to add that since Ever After is already a child theme of Forever, you can’t make a child theme of it. For this reason I’d recommend going the CSS route Jan gave above, using a custom CSS plugin. If you edit the theme file directly, your changes will be overwritten the next time the theme is updated and you’ll lose them.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    You could alternatively install a standalone custom CSS plugin.

    Thread Starter hagelaars

    (@hagelaars)

    Dear Jan and Kathryn,

    It works.. the ugly banner has been gone forever! Thanks very much for your help and tips!

    And Kathryn thanks, I’ll try the Jetpack plugin ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove black bar in front of photo slider’ is closed to new replies.