Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Feb 2007
    Posts
    104
    Plugin Contributions
    0

    Default What file is .leftBoxContainer located in?

    Right now I have .leftBoxContainer controlling my sideboxes. I'm trying to figure out what file tells the website to use .leftBoxContainer? I know where it is in my stylesheet, but I need to know which file tells the website to use this style? Does anyone know which file this is? I've spent hours trying to find it.

  2. #2
    Join Date
    Jun 2003
    Posts
    33,825
    Plugin Contributions
    0

    Default Re: What file is .leftBoxContainer located in?

    It is in the tpl_main_page.php. Exactly what are you needing to do?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Aug 2007
    Location
    Turku, Finland
    Posts
    51
    Plugin Contributions
    0

    Default Re: What file is .leftBoxContainer located in?

    Quote Originally Posted by BekahRuth View Post
    Right now I have .leftBoxContainer controlling my sideboxes. I'm trying to figure out what file tells the website to use .leftBoxContainer? I know where it is in my stylesheet, but I need to know which file tells the website to use this style? Does anyone know which file this is? I've spent hours trying to find it.
    I've also tried to locate it using the Dev Tools in ZC admin, but it keeps giving an error message and file not found
    I'm trying to control the text colours (active, link, hover....) of the text in the side boxes.
    Andy

  4. #4
    Join Date
    Feb 2007
    Posts
    104
    Plugin Contributions
    0

    Default Re: What file is .leftBoxContainer located in?

    Quote Originally Posted by Andy McG View Post
    I've also tried to locate it using the Dev Tools in ZC admin, but it keeps giving an error message and file not found
    I'm trying to control the text colours (active, link, hover....) of the text in the side boxes.
    Are you trying to find it in the stylesheet? If it's not in the stylesheet, you will have to add it. What I ended up doing is adding #categoriesContent to the stylesheet to control that sidebox's background. To change the text of the category names, you will have to add #category-top:link, #category-top:visited, #category-products:hover, etc. to your stylesheet. Does that help?

  5. #5
    Join Date
    Aug 2007
    Location
    Turku, Finland
    Posts
    51
    Plugin Contributions
    0

    Default Re: What file is .leftBoxContainer located in?

    Thanks for the reply. I'll give it a try and post the results. Does it matter whereabouts in the stylesheet it goes?
    Andy

  6. #6
    Join Date
    Aug 2007
    Location
    Turku, Finland
    Posts
    51
    Plugin Contributions
    0

    Default Re: What file is .leftBoxContainer located in?

    I added the this code to my CSS stylesheet and placed in into the /*sideboxes*/ section.

    #category-top:link { /*I added these to try and control the categories link text color*/
    font-size: 1em;
    color: #ffffff;
    }

    #category-top:visited { /*I added these to try and control the categories link text color*/
    font-size: 1em;
    color: #ffffff;
    }

    #category-products:hover { /*I added these to try and control the categories link text color*/
    font-size: 1em;
    color: #999999;
    }


    It doesn't seem to make any difference. I wonder if the text colour is being over-rided somewhere else???
    Or should I define the #category-top:link, #category-top:visited, #category-products:hover somewhere else as well?
    Andy

  7. #7
    Join Date
    Feb 2007
    Posts
    104
    Plugin Contributions
    0

    Default Re: What file is .leftBoxContainer located in?

    Do you have a link where I could see what you're talking about?

  8. #8
    Join Date
    Aug 2007
    Location
    Turku, Finland
    Posts
    51
    Plugin Contributions
    0

    Default Re: What file is .leftBoxContainer located in?

    Yep, sorry. In all the excitement I forgot to post the link

    The problem starts once a user clicks on a products link and is presented with the product listings and/or product page.
    Plus I'm trying to find how to change the chunky bold text on the welcome message page.

    My site

    Thanks
    Andy

  9. #9
    Join Date
    Feb 2007
    Posts
    104
    Plugin Contributions
    0

    Default Re: What file is .leftBoxContainer located in?

    Sorry, I was mistaken, the category-top styles are classes (.category-top) not ids (#category-top). Delete the three things I gave you earlier and add these:

    .category-top{insert font-size, color, etc. here}
    .category-top:link{}
    .category-top:hover{}
    .category-top:visited{}

    If you have sub-categories, you can add this also:
    .category-products{}
    .category-products:link{}
    .category-products:hover{}
    .category-products:visited{}

  10. #10
    Join Date
    Feb 2007
    Posts
    104
    Plugin Contributions
    0

    Default Re: What file is .leftBoxContainer located in?

    The reason your font on the front page is so large is that the h1 and h2 tags are being applied to the text. One option is to change the font-size for your h1 and h2 in your stylesheet, but keep in mind this will change the font size for all items on the website using the h1 and h2 tag.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3372
    Last Post: 23 May 2013, 05:11 PM
  2. Where to put new file
    By dwijadas in forum Contribution-Writing Guidelines
    Replies: 6
    Last Post: 6 Jan 2008, 03:11 AM
  3. Minus $50.00 shipping charge???
    By BreaJR in forum General Questions
    Replies: 18
    Last Post: 3 Jul 2007, 03:39 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
  •