Posted - 10/13/2021 : 08:46:04
Hi Claire,
You have this style css below embedded in your categories.php
<style type="text/css"> <!-- body { background-image: url(); background-color: #E4E4E4; } body,td,th { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #666666; font-size: 14px; } h1 { font-size: large; color: #333333; font-family: "MS Serif", "New York", serif; font-style: italic; } a:link { color: #333333; } --> </style>
You should remove all this above and use the css/style.css to make any site specific changes to your website pages.
John
|