Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2007
    Location
    Carlsbad, CA
    Posts
    158
    Plugin Contributions
    0

    Default Text on categories sidebox

    Here is my issue..

    I have customized my categories sidebox and added rollovers (as background images) behind the categories. That part seems to be functioning fine so far.

    The problem I am facing is the text over the buttons. It is aligned to the left but is is right on the left edge of the button which looks bad when I hover over..

    When I edit the CSS to move over to the right a little.. it also moves the button(background image).

    Do I need to apply a different style for the text only?? Or am I just overlooking something that is already there in the CSS?

    Any help is greatly appreciated.
    Oh and here is a link to the sidebox to check it out. http://activatemediainc.com/demo_store

    Thanks,
    -Buck

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Text on categories sidebox

    Quote Originally Posted by SirBuck View Post
    Here is my issue..

    I have customized my categories sidebox and added rollovers (as background images) behind the categories. That part seems to be functioning fine so far.

    The problem I am facing is the text over the buttons. It is aligned to the left but is is right on the left edge of the button which looks bad when I hover over..

    When I edit the CSS to move over to the right a little.. it also moves the button(background image).

    Do I need to apply a different style for the text only?? Or am I just overlooking something that is already there in the CSS?

    Any help is greatly appreciated.
    Oh and here is a link to the sidebox to check it out. http://activatemediainc.com/demo_store

    Thanks,

    open includes/templates/arc_custom/css/stylesheet.css

    find the following declarations and make the highlighted changes - save the file and upload to your server.

    A.category-top {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff !important;
    width: 100%;
    margin: 0px 0px 0px 6px !important;
    padding: 0px 0px 0px 0.3em;
    background-image: url(http://www.activatemediainc.com/demo.../button_up.jpg) !important;
    background-repeat: no-repeat;
    height: 24px;
    display: block;
    text-decoration: none;
    line-height: 24px;
    }
    A.category-top:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff !important;
    width: 100%;
    margin: 0px 0px 0px 6px !important;
    padding: 0px 0px 0px 0.3em;
    background-image: url(http://www.activatemediainc.com/demo...utton_over.jpg) !important;
    background-repeat: no-repeat;
    height: 24px;
    display: block;
    text-decoration: none;
    line-height: 24px;
    }

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Text on categories sidebox

    Find this in your stylesheet and adjust the highlighted entry to your taste
    Code:
    A.category-top {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff !important;
    width: 100%;
    margin: 0px 0px 0px 6px !important;
    padding: 0px 0px 0px 10px;
    background-image: url(http://www.activatemediainc.com/demo_store/images/new_template_images/button_up.jpg) !important;
    background-repeat: no-repeat;
    height: 24px;
    display: block;
    text-decoration: none;
    line-height: 24px;
    }
    Clyde was faster on the draw!!!
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Jan 2007
    Location
    Carlsbad, CA
    Posts
    158
    Plugin Contributions
    0

    Default Re: Text on categories sidebox

    Awesome! That was it.
    Thanks to both of you. I knew it had to be something I overlooked.
    -Buck

  5. #5
    Join Date
    Jan 2007
    Location
    Carlsbad, CA
    Posts
    158
    Plugin Contributions
    0

    Default Re: Text on categories sidebox

    Ok I am having another problem that might be related. Can someone take a look at http://activatemediainc.com/demo_store with Internet Explorer..

    The very first link (the Apparel link) in the categories sidebox is pushed over to the left. All of the links after that are fine.

    Also a not.. this is only happening in IE. The other browsers have no problems.

    I appreciate the help.

    thanks
    -Buck

 

 

Similar Threads

  1. Categories sidebox alt text
    By maxy007 in forum General Questions
    Replies: 0
    Last Post: 12 Feb 2011, 07:05 AM
  2. Changing Categories Sidebox Header Text
    By hrsteel in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 29 May 2010, 11:28 AM
  3. Red Text in Categories Sidebox
    By wenderwoman in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Oct 2008, 05:35 PM
  4. How Do I Make the Link Text BOLD in My CATEGORIES Sidebox?
    By mtrantas in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Jan 2008, 03:34 AM
  5. How Do I Make the Text Appear as BOLD in My CATEGORIES Sidebox
    By mtrantas in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 26 Jan 2008, 05:02 AM

Posting Permissions

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