zpupster Posted July 25, 2010 Posted July 25, 2010 hello, http://www.comtalkinc.com/store/ after styling my store i am stuck with this--- there in the left column you will see the shopping cart header is styled different from the other headers because it is a link. really 2 problems, where so i get rid of the 2 ">>" after shopping cart. and my view source when the page is rendered is giving me this class here--class="infoboxheadinglink" i can not find that class, not in my style sheet and not in my index.php file i have checked others also. <td width="100%" class="SideinfoBoxHeading"><a class="infoboxheadinglink" href="http://comtalkinc.com/store/shopping_cart.php">Shopping Cart »</a></td> if someone knows or has an idea where i can get rid of those 2 ">>" or where that style is coming from i would be grateful. sorry about the rambling a little burned at this point. thanks, craig
germ Posted July 25, 2010 Posted July 25, 2010 » Delete it. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
germ Posted July 25, 2010 Posted July 25, 2010 » Delete it. (left out the semicolon) If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
zpupster Posted July 26, 2010 Author Posted July 26, 2010 can not find » in shoppingcart.php or index.php or column_left.php. where could it be hiding? thanks craig
germ Posted July 26, 2010 Posted July 26, 2010 Try /store/includes/languages/english.php And if you want it to be the same color as the categories heading ADD this to the stylesheet: A { color: #ffffff; text-decoration: none; } It's an anchor (link) and you have no style in the stylsheet to alter it so it shows the browser default values. Sometimes after changing the stylesheet in order to see any change you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet. This works with IE and Firefox. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
germ Posted July 26, 2010 Posted July 26, 2010 This code is actually better: A.infoboxheadinglink { color: #ffffff; text-decoration: none; } If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
zpupster Posted July 26, 2010 Author Posted July 26, 2010 thank you all better now. was out a whack there for a while. your suggestions helped. thanks again, craig
Recommended Posts
Archived
This topic is now archived and is closed to further replies.