• Resolved chky071

    (@chky071)


    I have a page that I would like to disable the text overlay on the header image. How do I do this?

    If I view the code on the website I can see this is what is generating the overlay, but I cannot seem to find where to edit this in the theme. Thanks.
    <div class=”section-image-overlay”>
    <h1 class=”header-image-title”>Acronizzle</h1>

Viewing 1 replies (of 1 total)
  • Theme Author Tim Nicholson

    (@timnicholson)

    I’d probably do that with CSS. Inspect the styles on the specific page you are talking about. There should be unique identifier for it. Then use that identifier to do something like this:
    .<identifier> .section-image-overlay { display: none; }

    The identifier will probably look something like page-id-407.

Viewing 1 replies (of 1 total)

The topic ‘Remove overlay text on header image’ is closed to new replies.