viktorsundberg Posted October 21, 2010 Share Posted October 21, 2010 I have been removing some stuff (divider lines etc) from the theme I am using by finding the CSS with firebug then just adding display:none; to that class or element. I realize that this is not the right way of doing it but I can't understand how to find these things in the php-files or template files since everything seems to be included etc. How can I search for this?Is there any good tip of how to find stuff and remove for real? Link to comment Share on other sites More sharing options...
Steppo Posted October 21, 2010 Share Posted October 21, 2010 Hejsan!You need to comment out function/ lines in in the template files and also adjust the css. First get rid of the function with these stars {*l s='View full size'*} (check the image the forum takes this away) and then comment out the span , div and so on with html comments. A great tool is to use Firefox and the plugin Firebug. ((EDIT) Sorry You already use this:) Before you start it is also a good idea to dive in and learn the structure about develop/ edit PS. There are heaps of great knowledge around here in the forums. Good luck!Stefan Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now