How can I delete the fringe image borders from the pages?

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Campterra How can I delete the fringe image borders from the pages?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #743318
    Tim Feagans
    Participant

    I like the theme but I don’t like the fringe/grunge/speckled image overlay at the bottom of the header image. How can I delete this from everywhere in the theme?

    #748661
    J. Davis
    Keymaster

    Hi Tim,

    You can change/remove shape dividers inspecting their classes and apply custom CSS. For example you can apply the style below to remove all shape dividers within Campterra theme:

    .front-page-header-wrapper:after, .custom-header-wrapper:after,
     .site-content:before, .footer-widgets:after {
      background:none;
    }

    You can apply it at Appearance>Customize>Additional CSS or style.css file of child theme.

    Best regards,
    J.Davis

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.