is it possible to edit the letter size or adjust the location of the log in or register upper right corder of my template http://oitem.com/ denim template just a little bit adjustment and just a little bit larger letter
is it possible to edit the letter size or adjust the location of the log in or register upper right corder of my template http://oitem.com/ denim template just a little bit adjustment and just a little bit larger letter
Sure you can edit the stylesheet.css
Find this:
#login_logout_section {
color: #545454;
margin: 0px;
padding: 0.5em;
font-size: 1.3em;
}
Notice i added the red font above and adjust the size to your liking ..
Mark
Hare Do - Does the rabbit beat Zen "never".
Zen Cart 1.5.1 Update Release Need help Purchase the Book
Edit /includes/templates/denim/css/stylesheet.css and make the change below
Adjust your font size as needed ...Code:#login_logout_section li { display: inline; font-size: 14px; list-style-type: none; }
Bookmarks