Where to find Div Class?
-
Hi Guys,
Im quite new to WordPress and just trying to create\add a new page on our existing wordpress website.
I am basically just copying the lines on an existing page and using it as some sort of template and removing the other info’s not needed.
My question is whenever I edit lines on <div class> it actually affects the whole portion of that div.
A sample would be this.
<div id="sticky-start" class="hero general about-us"> <div class="row"> <div class="small-12 medium-12 large-10 column large-centered"> <div class="new-logo"><span class="show-for-sr">New</span></div> <h1>New Page</h1> <p>New page being created</p> </div> </div>If i edit the line “class =”hero general about-us” it basically makes the whole div dissapear on the page. I was hoping to find that div class to see if i could edit the background image on it, cause theres an image on it and texts are being layout on it.
Can anyone give me some insights on this? Thanks
The topic ‘Where to find Div Class?’ is closed to new replies.