Thread: Style Issues?

Results 1 to 3 of 3
  1. #1
    Join Date
    May 2010
    Posts
    7
    Plugin Contributions
    0

    Default Style Issues?

    Hi,
    I was wondering if anyone could help me with my website. I don't know a whole lot about ZenCart. The link is http://www.firstunitedreserve.com.

    The issues I am noticing are the dark brown bar located directly under my header image on right side of category boxes
    and also, shouldn't there be a white background behind the "Customers who purchased this item also purchased..."?

    i.e. http://firstunitedreserve.com/catalo...products_id=59

    Thanks one and all!!

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Style Issues?

    I'm just guessing, but are you asking about differences between your site's appearance and the demo of your Template Monster template ? If so, you'll need to ask them about it.

    For the Also Purchased thing, I would leave the background as is and find #alsoPurchased and #alsoPurchased a in stylesheet_main.css and change the color in each to #FFFFFF.

  3. #3
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Style Issues?

    Look for this in stylesheet_tm.cs

    Code:
    .overtep .row91 .overtep_inner3 {
      background: none repeat scroll 0 0 #190C03;
      height: 11px;
    }
    And change it to

    Code:
    .overtep .row91 {
      background: none repeat scroll 0 0 #190C03;
      height: 11px;
    }
    
    .overtep_inner3 {
      background: transparent;
      height: 11px;
    }
    Look for this in stylesheet_main.css

    Code:
    #alsoPurchased h2.centerBoxHeading {
      color: #000000;
      font-family: Tahoma;
      font-size: 14px;
      font-weight: bold;
      line-height: 16px;
      padding: 0 10px 15px 0;
      text-decoration: none;
      text-transform: uppercase;
    }
    And change it to

    Code:
    #alsoPurchased h2.centerBoxHeading {
      background: none repeat scroll 0 0 #FFFFFF;
      color: #000000;
      font-family: Tahoma;
      font-size: 14px;
      font-weight: bold;
      line-height: 16px;
      margin: 0 0 15px 0;
      padding: 10px 15px;
      text-decoration: none;
      text-transform: uppercase;
    }

 

 

Similar Threads

  1. v150 CC via MIGS Payment Gateway Issues and/or zenID Issues?
    By smcelligott in forum Addon Payment Modules
    Replies: 5
    Last Post: 21 Apr 2013, 02:25 AM
  2. Changing text style using CSS to override the H1 style
    By NBordeau in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 May 2010, 02:19 PM
  3. Style Issues - 2 Questions
    By traciboyle in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 21 Jan 2008, 03:26 PM
  4. Is default style sheet read at all while custom style sheet is on?
    By cochlear in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 12 May 2007, 04:14 PM
  5. Replies: 0
    Last Post: 21 Nov 2006, 04:15 PM

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