Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default element for bold on tagline

    Does anyone know which stylesheet element, or other code, is controlling the tagline (Sales Message Goes Here) being bold? The text is nested in a header h1 tag, which in turn is nested in a taglineWrapper division, which is nested in the logoWrapper division. I have checked and tested all of these in the stylesheet and am unable to determine what is controlling the bold on that text. I would like to be able to find this source of code so that I can modify it for my custom text for this area. As always, any ideas are appreciated. Thanks!

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: element for bold on tagline

    url ?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default Re: element for bold on tagline

    Thanks for your reply.
    http://www.vintage-adventures.com/
    I have learned how to change that text, uses different header sizes, align it differently, etc. But I have yet to discover which stylesheet element is making it bold. Total mystery, at least to me.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: element for bold on tagline

    Since you've got the text inside an H1 tag, that's what it's inheriting the bold text from. (Because H1 by default is bold, even if not specified in your stylesheet.)

    You can either take out the H1 from your language file, or you can use CSS to override the bold:
    Code:
    #tagline h1 {font-weight: normal;}
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default Re: element for bold on tagline

    Thanks so much for your assistance. I should have figured that h tags are rendered bold by browsers -- I missed the obvious there!
    thanks also for snippet of code that will allow me to work around it w/o too much slicing and dicing.

  6. #6
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default Re: element for bold on tagline

    update: just a thought -- I should probably stay away from changing the defaults for the H tags, don't you think? They may be needed elsewhere in the store or in the future? I don't mind making lots of changes to just the tagline, though, to make it smaller, non-bold, etc. Well, I guess it doesn't matter, if anything needs returned to default, it's not too difficult either way.

 

 

Similar Threads

  1. Replies: 1
    Last Post: 11 Jul 2016, 02:04 PM
  2. For element Expires is not valid (Sagepay problem)
    By freshcreativeukcom in forum Addon Payment Modules
    Replies: 5
    Last Post: 16 Nov 2010, 12:48 PM
  3. Tagline and extra space I want tagline no extras
    By cshart in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 20 May 2008, 11:39 PM
  4. Element Payment Services - Element Express Payment Module
    By coryatcf in forum Addon Payment Modules
    Replies: 1
    Last Post: 31 Jul 2007, 11:07 PM
  5. Can't seem to turn bold off subcategory without turning off bold on top category
    By immersive in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Dec 2006, 09:15 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