Results 1 to 3 of 3
  1. #1
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default How can I remove Featured Products background image?

    I want to remove just the homepage 'Featured Products' background image on my (locally hosted) site but keep all the other centerbox headings (i.e special offers) intact. I have already tried:

    #featuredProducts{
    background-image: none;
    }

    but this hasn't worked. Has anyone got any ideas?
    Thanks.

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How can I remove Featured Products background image?

    You need to address the heading if you want to remove its background. Try

    #featuredProducts h2{
    background-image: none;
    }

  3. #3
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default Re: How can I remove Featured Products background image?

    Yep that worked, I knew it would be something simple.
    Thanks Glenn

 

 

Similar Threads

  1. v153 Remove Background Image on Calculate Shipping Pop-Up - HOW?
    By Dianne in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 20 Mar 2015, 06:20 PM
  2. v150 how to remove featured products from main page?
    By fatimazboutique in forum Basic Configuration
    Replies: 1
    Last Post: 12 Nov 2012, 09:17 AM
  3. featured products background image
    By SebasVerwoert in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Jan 2012, 03:20 PM
  4. Can't remove Featured Products Link
    By 1Mweeks in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Dec 2011, 07:42 AM
  5. How to remove featured products listing ?
    By dharam1987 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Aug 2009, 11:10 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