Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2012
    Posts
    82
    Plugin Contributions
    0

    Default text size of log in or register

    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

  2. #2
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: log in or register

    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

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    1,928
    Plugin Contributions
    20

    Default Re: log in or register

    Edit /includes/templates/denim/css/stylesheet.css and make the change below
    Code:
    #login_logout_section li {
        display: inline;
        font-size: 14px;
        list-style-type: none;
    }
    Adjust your font size as needed ...

 

 

Similar Threads

  1. Moving the Log In / Or Register link
    By redsy in forum General Questions
    Replies: 4
    Last Post: 6 Dec 2010, 11:24 PM
  2. Add Register next to Log In
    By Johnboat in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Sep 2010, 07:31 PM
  3. Register log in email error
    By Briohny12 in forum General Questions
    Replies: 6
    Last Post: 28 Jan 2008, 10:43 PM
  4. Register / Log in
    By Berserker in forum Basic Configuration
    Replies: 2
    Last Post: 19 May 2006, 11:48 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •