am trying to edit this website http://www.bookworldnp.com/ its a wordpress theme . I want to remove the text just below slideshow where about business lite is written. where do i find it on which php folder should i go to delete it
Check your index.php in the themes directory and try locate it from there. Depending on how the themes structure is setup, it could be that one line of code that happens to be in a folder of a sub-folder of another sub-level folders file. You can search for it using code-specific programs. when you do find it, just remove the above element with anything inside that div. :)
am trying to edit this website http://www.bookworldnp.com/ its a wordpress theme . I want to remove the text just below slideshow where about business lite is written. where do i find it on which php folder should i go to delete it
It's probably within Wordpress itself, under posts or something.
Is there a
in your index.php?? Try to remove it and see whether it should work.
Is there a div class='calloutbg' in your index.php?? Try to remove it and see whether it should work. Having some trouble with inserting code...
Use this little tool to encode. :)
On topic, however.
Check your index.php in the themes directory and try locate it from there. Depending on how the themes structure is setup, it could be that one line of code that happens to be in a folder of a sub-folder of another sub-level folders file. You can search for it using code-specific programs. when you do find it, just remove the above element with anything inside that div. :)
@JamesMD <div class='thanks'>It works! :)</div>
there is nothing inside the index.php where do i get the home page file so that i can edit it
Go to the wp-content/themes/your_current_theme , open the index.php in this folder , I guess the div I just mentioned would be there