Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Feb 2010
    Posts
    81
    Plugin Contributions
    0

    css problem Trying to remove bold text

    I have the cross sell module installed and can't figure out how to remove the bold text. I am searching my stylesheet but can't find where there is "Bold" associated to any of the tags. Here is one of my pages that have a cross sell.

    http://www.proskit.com/crimpers/dies...-rj45-and-catv

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

    Default Re: Trying to remove bold text

    If you mean the Compatible Frames text, it's h2. Did you want to remove it, or just make it smaller ? If the former, adding this to the stylesheet should work:


    #crossSell2 .centerBoxHeading {display:none;}


    Otherwise you could apply a different font size to the same rule.

  3. #3
    Join Date
    Feb 2010
    Posts
    81
    Plugin Contributions
    0

    Default Re: Trying to remove bold text

    Sorry I think I was a little unclear on what I was trying to do. It is the Bold text of the item name in the Cross Sell module that I am trying to change to non-bold. The page below might be a better reference because it shows both the cross sell and the zen-cart "also purchased" module. I want the cross sell to look like the also purchased.

    http://www.proskit.com/crimpers/fram...es-crimp-frame

    Thanks for the reply

  4. #4
    Join Date
    Feb 2010
    Posts
    81
    Plugin Contributions
    0

    Default Re: Trying to remove bold text

    Apparently I was over thinking this a bit. I resolved by simply adding the following to my stylesheet.

    .itemTitle{
    font-weight: normal;
    font-size: 10px;
    }

  5. #5
    Join Date
    Feb 2010
    Posts
    81
    Plugin Contributions
    0

    Default Re: Trying to remove bold text

    Didn't think that through either. That changed the format of the text on my product listing pages. However, I have fixed it but adding a new <div> tag to my module page and then making the same adjustments to my stylesheet for the new tag.

 

 

Similar Threads

  1. Replies: 1
    Last Post: 4 Aug 2014, 06:45 AM
  2. Bold Text
    By DPM in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 6 Oct 2011, 03:31 PM
  3. Trying to remove text I inserted on main page.
    By lilrowo in forum Customization from the Admin
    Replies: 4
    Last Post: 9 Dec 2009, 08:09 AM
  4. How do I remove the BOLD ?
    By katiekin in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 25 Apr 2008, 04:20 PM
  5. Attribute text bold
    By Stormshade in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 29 Jul 2007, 09:43 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