Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2007
    Posts
    15
    Plugin Contributions
    0

    Default Adjusting the text under attribute images?

    http://shop.artsygal.net/index.php?m...products_id=90

    What I'm trying to do is tweak the appearance of the text under each attribute image. I'd love to be able to right justify the text, and bold it, or possibly change the font... something to make it stand out a little. I've poked around in the stylesheet, and have yet to find anything that has an effect on that little bit of text.

    Could someone point me in the right direction?

    Of course, any tips on a 'start here dummy' guide to customizing the appearance of the site would also be much appreciated. I'm a bit oldschool when it comes to web design.. the last time I was actively involved in web design was before CSS came into play - and they completly intimidate me. I'm determined to learn enough to get the look I can envision for my site though. I just don't really know where to start!

    Thanks!

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Adjusting the text under attribute images?

    Quote Originally Posted by ArtsygalDotNet View Post
    http://shop.artsygal.net/index.php?m...products_id=90

    What I'm trying to do is tweak the appearance of the text under each attribute image. I'd love to be able to right justify the text, and bold it, or possibly change the font... something to make it stand out a little.Thanks!

    Located the override folder stylesheet.css

    Find this:

    .attribImg {

    text-align: center;
    margin:0.3em 20px 20px 0em;

    }

    Replace with this:

    .attribImg {
    font-family: Arial;
    font-weight:bold;
    text-align: justify;
    margin:0.3em 20px 20px 0em;

    }

    Play with the bold red to fit your needs.

    Right above this .attribImg you have a long string line of declarations.
    Delete the .attribImg

 

 

Similar Threads

  1. Adjusting Text on the Product List
    By jhowe in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 10 Jul 2012, 08:10 PM
  2. Trying to get rid of the text under my images/thumbs
    By bigstore in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 Feb 2012, 06:08 PM
  3. Adding the "ALT" text under images.
    By mariuskem in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Jan 2009, 02:26 PM
  4. Text attribute problem under Internet Explorer
    By onlyrey in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 16 Aug 2007, 04:35 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