wordpress code to edit

4 replies
Hi.


I have a classified theme I am trying to edit. On the add new listing page, there is some tables with text in them.


The tables and text is very faint, I want to make it stand out a lot more, darker text.


I think I am in the right file, just trying to edit it in wordpress editor.


Does anyone know what I should be looking for in terms of code...? font ?
#code #edit #wordpress
  • Profile picture of the author FreeMeal
    Firebug plugin for Firefox can help you find the bit of code you're looking for. I think safari has something similar too.
    {{ DiscussionBoard.errors[9851973].message }}
    • Profile picture of the author DJL
      Once you know where the particular section you want to change is generated, you will probably have to modify the CSS code that is controlling its appearance. That is probably in a file named style.css, but not all theme developers follow that convention. If you can't figure it out, you might enquire of the theme author.


      Whatever you do, make sure you have a good backup of your entire site (files and database) before changing anything.
      Signature

      None are more hopelessly enslaved than those who falsely believe they are free.
      --Johann Wolfgang von Goethe, Elective Affinities (1809)

      {{ DiscussionBoard.errors[9852041].message }}
  • Profile picture of the author KirkMcD
    You are more likely looking for the correct css class to edit.
    You need to find which class or classes the area is using and change it instead.
    {{ DiscussionBoard.errors[9852042].message }}

Trending Topics