myname Posted January 21, 2009 Share Posted January 21, 2009 hi,How can I eliminate the description in the module "homefeatured" and how can I eliminate the space where the description is present (the name of the products however must they stay in themodule)?How can I center the name of the product in the module "homefeatured?"Thanks Link to comment Share on other sites More sharing options...
jhnstcks Posted January 21, 2009 Share Posted January 21, 2009 In your css file find the section below and add the display:none code that should move everything up. #center_column div.products_block p.product_desc { color:#595A5E; display:none; Link to comment Share on other sites More sharing options...
myname Posted January 21, 2009 Author Share Posted January 21, 2009 Thank you, you have reason .. it works! Sorry ... you know how I can also put at the center of the titles in "homeafeatured"? Thanks again for your help Link to comment Share on other sites More sharing options...
jhnstcks Posted January 21, 2009 Share Posted January 21, 2009 This section of code should have the test-align center code.Another tip for you, which will make you life a lot easier and save you posting time also, download firefox browser and install the addon called firebug. With this addon you can inspect different sections of the css code and it will tell you which file to change and where abouts in the file the line of code is. You can even change the code to see what different things do to the page (it only affects your screen) and then go to the file and alter it. #center_column div.products_block p.product_desc, #center_column div.products_block h5 { text-align:center; Link to comment Share on other sites More sharing options...
myname Posted January 21, 2009 Author Share Posted January 21, 2009 You are great! ... Your advice is ok! Now the headlines are in the middle. I gladly accept your advice on Firebug Firefox, even if I do not know how to use it always use IE7. Sorry ... I see that you are an expert .. thanks to you beginning to understand: 1) The title of the module "homefeatured" where I find in global.css to center himself with the same change? 2) Is there a way to make power all the titles of the modules? Thanks ... you're the kind. I hope to return one day to you all the help. Link to comment Share on other sites More sharing options...
jhnstcks Posted January 22, 2009 Share Posted January 22, 2009 #center_column div.block h4 { Just add text-align center again to this section.Sorry I dont understand your other question. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now