Hi there,
How do I change the text to red just for the login text on the main page?
Would you like to log yourself in?
Currently its black and I've underlined it but would prefer to have the colour stand out.
Cheers,
Maxy
Hi there,
How do I change the text to red just for the login text on the main page?
Would you like to log yourself in?
Currently its black and I've underlined it but would prefer to have the colour stand out.
Cheers,
Maxy
All these element styles are controlled in the stylesheets (CSS FILES).
If you install and use FIREFOX BROWSER, there are some neat FIREFOX TOOLS you can plug-in to the browser, such as FIREBUG and CHRIS PEDERICK'S WEBMASTER TOOLS.
Then, you use the tools to help you identify the CLASS or ID of each element DIV, and you can the do off-line edits to your CSS to see what things would look like if that edit was committed to the live stylesheet.
Get Firefox and its webmaster tools and spend some time learning how to use them.
(You will need a basic knowledge of CSS and HTML - there are tutorials at W3schools.com
20 years a Zencart User
Use the stylesheet to style the
h2 .greeting and h1 #indexDefaultHeading
if not in the stylesheet add it there
I tried to change it but all of the hyperlinks changed to Red so I just left it.
Cheers,
Maxy
Add this to the bottom of your stylesheet.css:
Thanks,Code:.greeting a{color:#the hexidecimal number for the color you want;}
Anne
That's fantastic Anne!!
Thank you so much.
Cheers,
Maxy