Results 1 to 6 of 6
  1. #1
    Join Date
    May 2012
    Posts
    137
    Plugin Contributions
    0

    Default Styling the price and "... more info" on my product info pages

    Product info URL: http://toolsforchrist.com/index.php?...=index&cPath=1

    On my product info page, I am trying to style the price and the text that says "... more info" (which is white so you cant see it unless you highlight it).

    The problem is that there is no id associated with these two things. And I can't find the place where I can create an id for them. Does anyone know where I do this?

    Thanks
    Corey

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

    Default Re: Styling the price and "... more info" on my product info pages

    That is currently set by
    Code:
    a:link, a:visited {
    	color: #fffffff;
    	text-decoration: none;
    	}
    Zen-Venom Get Bitten

  3. #3
    Join Date
    May 2012
    Posts
    137
    Plugin Contributions
    0

    Default Re: Styling the price and "... more info" on my product info pages

    Is there a way to give it its own style? I dont wants to change that style because other text on my site uses that.

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

    Default Re: Styling the price and "... more info" on my product info pages

    Try addin this to the end of your stylesheet

    Code:
    .centerBoxContentsProducts a:link {
            color: #000000;
            }
    Zen-Venom Get Bitten

  5. #5
    Join Date
    May 2012
    Posts
    137
    Plugin Contributions
    0

    Default Re: Styling the price and "... more info" on my product info pages

    That didn't do anything but I changed it to .centerBoxContentsProducts a { and that worked. However it also formated the image of the shirt. Also, the price text stayed the same.

    Thanks

  6. #6
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Styling the price and "... more info" on my product info pages

    Just a quick thought if you previously visited that page it will not show
    Try something like:
    Code:
    .centerBoxContentsProducts a:link, a:visited{
    color: #000000;
    }

 

 

Similar Threads

  1. v150 How do I edit Product Listing "Price", "Qty." and Product Info Move "details"?
    By schobook in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 18 Jan 2013, 01:02 AM
  2. Both "More info" and "Add to cart" in product list
    By Gunnel in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 21 Jan 2011, 09:47 AM
  3. EasyPopulate problem: "Add to Cart" and "price" not showing on product info page
    By pcspot in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 29 Apr 2010, 08:06 AM
  4. Can I make all "add: 0" input boxes on product pages to "more info..."?
    By sfklaas in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Aug 2009, 06:05 PM
  5. Product Listing, Align "Price" with "More info"
    By utopiko in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 29 Apr 2008, 04:49 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