Guest Posted January 7, 2005 Posted January 7, 2005 Hello everyone! I've looked and looked and searched forever but I can't figure this (seemingly easy) CSS edit out. :'( All I need to do is to change or to completely remove the styles from the form boxes. You know, that thin blue line that surrounds the search boxes and drop down menus.. where is that at?!?! I'm going crazy. :( Thank you.
soulbrew Posted January 7, 2005 Posted January 7, 2005 Well, last night I spent 2 1/2 hours editing & commenting EVERY single line of that effin file, so there you are, that's your lucky day! /catalog/stylesheet.css BACKUP! BACKUP! BACKUP! BACKUP! BACKUP! then at about line 103 (on my file at least) you'll find .infoBox { background: #xxxxxx; } I don't exactly know what's going to happen if you remove it, I would say it's easier to set it the same colour as the background. Take care, Marco Hello everyone! I've looked and looked and searched forever but I can't figure this (seemingly easy) CSS edit out. :'( All I need to do is to change or to completely remove the styles from the form boxes. You know, that thin blue line that surrounds the search boxes and drop down menus.. where is that at?!?! I'm going crazy. :( Thank you. <{POST_SNAPBACK}>
Guest Posted January 7, 2005 Posted January 7, 2005 then at about line 103 (on my file at least) you'll find .infoBox { background: #xxxxxx; } I don't exactly know what's going to happen if you remove it, I would say it's easier to set it the same colour as the background. Take care, Marco <{POST_SNAPBACK}> Nope. Didn't work :'( Thanks for your help though. There's definately some type of style being applied to all form elements somewhere. Even when I add a new search box that has no class or id tagged to it, it STILL displays as a solid white box with a blue border - definately not the default look I'm searching for.. hmmm
boxtel Posted January 8, 2005 Posted January 8, 2005 Nope. Didn't work :'( Thanks for your help though. There's definately some type of style being applied to all form elements somewhere. Even when I add a new search box that has no class or id tagged to it, it STILL displays as a solid white box with a blue border - definately not the default look I'm searching for.. hmmm <{POST_SNAPBACK}> TABLE.formArea { background: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px;} Treasurer MFC
Guest Posted January 10, 2005 Posted January 10, 2005 TABLE.formArea { background: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px;} <{POST_SNAPBACK}> That doesn't work either, this is really messed up. :( Even when I add a plain input box it's displayed as a white box with a 1px blue border - even when I don't add any CSS to it. There must be a "global setting" somewhere that's effecting this, it's driving me insane!! :'( Thank you guys for your help so far! :D
Guest Posted January 10, 2005 Posted January 10, 2005 ok. I've ruled out stylesheet.css as the problem, I just deleted it and looked at my store and sure enough all of the form elements are still styled.. crap :angry:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.