
Originally Posted by
clydejones
#1 - ?????????????????
#2 and #3 - open includes/templates/cold_steel/css/stylesheet.css
find each and every a:hover declaration and replace it with the following:
a:hover {
color:red;
}
#4 - ?????????????????????
Thank you for taking the time. I will try to be more clear:
1. The center column is not perfectly centered between the main wrapper right side border and left column border, it is visible on the main page, it needs moving about 3px to the left. How can i achieve that?
2. In IE i have the same problem as before when hovering mouse over the images in the home page center column.
3. I have changed the links to red now except for this:
Code:
a:hover,#navEZPagesTOC ul li a:hover {
color:red;
background:#fff;
font-weight:700
}
That is not red on mouse hover for some reason.
4. Just above the monthly specials(home page) there is a text box. I want to move that below the featured products. I suspect this will be done from tpl_index_default.php, but not sure.
Bookmarks