General Community > Scripting Help
Welcome guest problem.
Devicon:
If you look at the attached image below, you can tell that the text for welcome quest is barley visible, how can i change the font color?
Shambles:
In your stylesheet file - index.css - try adding a color property for the guest form (line 1457)
--- Code: (find) ---#guest_form .info
{
padding: 4px 0 ;
line-height: 1.3em;
}
--- End code ---
--- Code: (replace) ---#guest_form .info
{
padding: 4px 0 ;
line-height: 1.3em;
color: #ffffff
}
--- End code ---
Experiment to your hearts content until you get it just right :)
Here's me just now using Inspect Element in Firefox to show you what I mean:
Devicon:
Thanks a bunch man, just started using f12. It helps finding things you need to edit alot!
Regards,
Devicon
Shambles:
Yeah the inbuilt Inspect Element feature in uptodate browsers are splendid gimmicks ;D
f12 eh? That suggests you're using IE... so it's now also trying to be an uptodate browser is it :o ;)
Devicon:
Nah, using google chrome ;)
I also seem to be having a problem with the logo header on my homepage now, it seems to get mucked up in browsers other then google chrome.
Not sure what i going on, here is the link to the homepage.
http://www.deviconcreations.com
Navigation
[0] Message Index
[#] Next page
Go to full version