• Hi,

    I made a new template from my existing theme and all is working, but the text on the pages I use this template with has all returned to default black text and my theme has a dark background.

    The text is unreadable. I am assuming that this has something to do with the fact that the template needs to use the same css file as the original, but dont know how to make this happen…can anyone please tell me how to fix the problem?

    Thanks

    Lani

Viewing 5 replies - 1 through 5 (of 5 total)
  • If you made a copy of a theme, it will be reading the copied Style.css…

    Adjust the file as needed….

    It would be very hepful if you could post a link to your site (unless it’s adult content of course).

    Thread Starter videoguy9

    (@videoguy9)

    An example of the page that has the issue is at

    I am not a coder, but can usually find my way to the right place and make the adjustments if someone points me in the right direction as to which files and what I need to do.

    Thanks for your help.

    This will get you started matey.. 😉

    .wptable {color:#fff!important}

    Just add that line to the stylesheet….

    Change #fff to whatever you want, #fff being white…

    You could always use….

    .wptable {color:white!important}
    or
    .wptable {color:red!important}

    That only goes so far though, then you need RGB or HEX color… my example being a HEX color..

    Thread Starter videoguy9

    (@videoguy9)

    Thanks so much.

    Really appreciate the help.

    Have a great day!

    Lani

    You’re welcome… 😉

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Need to get my css settings back’ is closed to new replies.