Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Ah…you know what…you found something I did not think about when someone uses the WP Custom Header. I didn’t think that some people may not want the caption box to show. I will need to add this to a theme update by creating an option setting that lets you disable it (which I will do this today).

    If you still want to use the WP Header Image feature, you can install a plugin called “Simple Custom CSS” and then when you make your custom stylesheet, add this code:

    .banner-caption-content {
        display: none;
    }

    The code above will hide that caption box.

    Thread Starter brzda

    (@brzda)

    Thanks a lot man :)..

    Theme Author Shaped Pixels

    (@shaped-pixels)

    You’re very welcome ??
    I will be uploading the new Opportune update in about an hour, which will have that new caption box setting added.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delete a banner?’ is closed to new replies.