Results 1 to 3 of 3

Hybrid View

  1. #1

    Discount Strike through colour

    I'm trying to change my discount font colour, so that when an item is marked as 'It's Free' not only is the price got a strick through it (Default) but the colour is red.

    I'm looking at this in the "stylesheet_original.css"

    span.productSpecialPriceSale {
    color: #ff0000;
    text-decoration: line-through;

    It has the colour set to red but in my listings it's still black with a strike through! and it's driving me nuts!!! 4hours and counting LOL

    I'm using my own template and i'm editing the CSS in that. Is there an override else where i need to look at?

    Cheers Guys

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Discount Strike through colour

    This is a problem that can happen when more than one stylesheet is used.
    i.e. maybe one overrides another.
    Using one stylesheet only, based on template_default for 1.3*, css below
    is what controls your problem
    Code:
    .productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
    color: #ff0000;
    }

  3. #3

    Re: Discount Strike through colour

    That's the One!!

    I had more than one Stylesheet active. I found it with 'View Source' in IE and looked at the head contents


    THanks Misty, Karma +5

 

 

Similar Threads

  1. v151 Why isn't my specials not showing prices with red text and old with strike through?
    By oavs in forum Setting Up Specials and SaleMaker
    Replies: 6
    Last Post: 5 Dec 2013, 04:44 AM
  2. v150 MAP Pricing v1.5 - display strike-through on MAP Price?
    By Johnnycopilot in forum All Other Contributions/Addons
    Replies: 20
    Last Post: 15 Feb 2013, 10:40 PM
  3. Quantity Discount not going through to Paypal v1.3.7
    By OneWorldStudios in forum General Questions
    Replies: 4
    Last Post: 11 Jan 2010, 03:51 AM
  4. MSRP Strike Through
    By knuckle-101 in forum Basic Configuration
    Replies: 0
    Last Post: 2 Jun 2006, 02:22 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