Id like to point out in the instructions of this mod, the closing </style> tag, now in these instructions it says to replace with this code, if you do as per the instructions, your NOT removing the original closing </style> tag.
So what is the correct install for this mod?
If you only replace as per instructions, your going to leave a lot of code hanging in your header looking offly ugly.
1. Login to your Admin Control Panel
2. Scroll down the left menu and find "Styles" (Click Modify)
3. Find the "Header Insert" section find:
.thtcolor {
COLOR: #000000;
}
4. Replace it with the following and Click save (You may need to modify the colors):
.thtcolor {
COLOR: #000000;
}
.mytable { border: 1px #616889 solid; background-color: #EBECF1; font-family:
Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333;
text-decoration: none;}
</style>
|