That's what I needed to know. Thanks.
Clyde, Great template! I;m new to this so bear with me. I have a very stupid but basic question. When you speak about editing the stylesheet, which one should I edit? I have searched the stylesheets I thought would be the right ones but cannot seem to find the secound part of the edit.
and un-comment the following declaration:
/* #navCatTabsWrapper {
margin: 0 auto;
background: url(../images/navbar.gif) repeat-x;
font-weight: bold;
color: #ffffff;
}*/
Thanks,
Ed
Awesome template, Clyde. Nice layout and I just love it. I just started to edit the stylesheet and I could change header, sidebox headers, bottom navigation and so on but I cannot find the code for "link" text of left/right sidebox contents (documents, special links, other information, etc).
Also, I could change the text color for Categories contents but I am not sure which code to remove background image of Categories sidebox - both background for the box and background for the hover...
I want the background to be black and text/link to #99000, hover to #FF9900 for all my sidebox contents... And, if I could add, I want to change the link color of Center Column as well
Sorry for the basic question but I spend searching this all day yesterday and no luck (I am sure I am looking at the code for thousand times but I am not catching it). I tried changing some of #854401 but it didn't change the main page... I would appreciate if you (or anyone) could direct me to the code location.
Thanks!![]()
change the following in the stylesheet.css
a img {border: none; }
a:link, #navEZPagesTOC ul li a {
color: #854401;
text-decoration: none;
font-weight: bold;
}
a:visited {
color: #854401;
text-decoration: none;
font-weight: bold;
}
a:hover, #navEZPagesTOC ul li a:hover {
color: #854401;
background: #E7D9BC;
font-weight: bold;
}
a:active {
color: #854401;
font-weight: bold;
}
additional changes can be made in stylesheet_betterCategoriesEzInfo.css
Thank you for the super-fast reply, Clyde. I could change all the sideboxes link colors and remove background colors and borders in between the Categories list!
Just one more thing... I am still looking for the code for "arrow"/"dash" graphic right next to the Categories list in the Categories sidebox (I want to remove those) and also the way to disable the product numbers on the right hand side for the each Categories (maybe no luck finding it because my keyword(s) for the search is not right words...)
Sorry to bother you with basic thing again but would be great if you could let me know how. Thanks!
Wait, I found the way to disable the number in Configuration page.
I just need the code location for the arrow/dash graphics. Thanks!![]()
Sorry Clyde, I am a newbie just learned little bit of CSS and still totally lost on PHP files...
I was hoping code was located in the stylesheet and I could just remove them.
I am not sure how to remove the images (just type "//" on line 129???) in this PHP file. Also do I need to remove the indentation as well??
Thanks for your help!
Bookmarks