Can WPCode target a specific div/class?
-
Hello WPCode,
Is this plugin able to insert code before/after a specific div class on a website? Basically we have a lot of subpages that is built like this:
<div class="hero-section">Content</div> <div class="section-1">Content</div> <div class="section-2">Content</div> <div class="section-3">Content</div>We’d like a plugin that’ll allow us to easily add a code snippet after the first hero-div on all pages, like this:
<div class="hero-section">Content</div> <div class="newdiv">New Content</div> <div class="section-1">Content</div> <div class="section-2">Content</div> <div class="section-3">Content</div>I hope my question makes sense. I’ve tried reading the documentation, but we’re not that technical, so I am unsure if it’ll fit our needs. Thank you in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Can WPCode target a specific div/class?’ is closed to new replies.