Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Product section - delete text and move

    Hi

    http://ampmgraphicsprint.com/shop/in...index&cPath=86

    I want to delete the text 'Product image' and 'Item name' - can I do this?

    I also want to move the text for the title and description down so it is more in the middle of the box instead of near the top. What is the css for this? I tried a few things but couldnt get it to move!

    Thanks

  2. #2
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Product section - delete text and move

    I have managed to sort this by adding

    .productListing-rowheading {display: none;}

    to the style sheet

    All gone now
    Just can't figure out how to move the heading and description down so it centres

    Does anyone know?

    I think I could add - .productListing-data to the style sheet telling it to do something but not sure what css to add??
    Last edited by pb4; 12 Dec 2007 at 03:08 PM.

  3. #3
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Product section - delete text and move

    Really can't work this out - Can anyone help?

    Thanks

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

    Default Re: Product section - delete text and move

    .productListing-data {vertical-align: center;}

    should do what you want.
    See if .productListing-data is used elsewhere in the stylesheet - grouping things in one place makes maintenance easier.

  5. #5
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Product section - delete text and move

    Yeah, I had tried that. Added it again but it hasn't sorted it

    Any other ideas?

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

    Default Re: Product section - delete text and move

    Oops - I hardly ever use that and forgot that it is not "center" but "middle".

    .productListing-data {vertical-align: middle;}

 

 

Similar Threads

  1. How to remove shopping cart text information and change delete bin image?
    By keemeng in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Jun 2011, 08:55 PM
  2. Product Listing - Trying to move text up. Please Help
    By milobloom in forum Basic Configuration
    Replies: 18
    Last Post: 25 Sep 2009, 08:09 AM
  3. Text Page In Category/product Section
    By Manderhez in forum Basic Configuration
    Replies: 1
    Last Post: 30 Mar 2007, 11:33 PM
  4. Move product description text
    By onisama in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Jul 2006, 04:36 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