Hey!
Is it possible to move xsell to the tab? I use cross-sell on 1.3.8 and xsell is shown bellow tabs
edit: eh..nevermind..stupid me
tnx
Printable View
Hey!
Is it possible to move xsell to the tab? I use cross-sell on 1.3.8 and xsell is shown bellow tabs
edit: eh..nevermind..stupid me
tnx
I am trying to change the content (font size, style, color) of the "Details" tab. Help please. :frusty:
You will have to edit CSS to make these changes. Look for div#productDescription in the stylesheet.css[/QUOTE]
Thanks for the quick reply, however, I can find no such animal. Only 1 "ProductDescription" comes up, and changing the #em does no good. It's ONLY the "details" tab I want to change (Model, Weight, Manufacturer) It's too hard to read and need some padding between the lines. Here's a page for example. Click on the Details tab and compare to the other ones > HERE
<br>
Maybe I'm just missing something. I'm in "/public_html/includes/templates/iC_AthemeV1.3/css/stylesheet.css"
Any more thoughts ?
thanks,
Paul
Thanks.. I understand what you're saying, but just don't know how to do it. I already have Firefox tool Developer, but get totally lost on that. I have no idea how to find a DIV. I'm still learning this stuff, have come a long way, but still end up on dead ends. Any additional help would be most appreciated.
thanks,
You have several CSS files used on the Product Info page.
You Details tab is contain in div#sc4. The following CSS code
will affect the size of the Details tab content only.
It can be placed in your stylesheet.css or your alt_tpp_tabs13.css. Give it a try and let us know.Code:div#sc4 {font-size: 1.5em;}
Like DivaVocals says, getting the Firefox developer tools will greatly assists you in finding these sorts of things.
I installed Tabbed Products Pro and am quite happy with it. Thanks!
I have one question though: Is it possible to apply tabs to other product types besides 'id=productgeneral'?
With regards,
Paul
Goldlion
I have installed this mod on my site to test it out. I like the idea but I ran into some issues with the way it display on my site.
I have done some changes to the <div class> to add the image for the header, content and footer. When adding the code in the tpl_product_info_display it called on the tabbed_products_pro which overrides the styles of my custom template.
Here is a link to the site without the tabbs:
http://www.coolcarpartsonline.com/eb...thout_tabb.JPG
This is the site with the tabbs installed:
http://www.coolcarpartsonline.com/eb..._with_tabb.JPG
What I am trying to acheive is saving my center box layout and remove the Product Description,detail etc.... from showing inside the tabbs.
Please anyhelp will be appreciated. I am pulling my hair off right now trying to figure out what to add to the tabbed_products_pro module.
Well you need to just manually add the 3 code chunks to your custom tpl_product_display_info.php. But you need to put the 2nd chunk, which is the tab placement code, somewhere else.. move it around to find the best place for it.
You also need to disable "Global Product Description on Tab" and "Details on Tab" so that they aren't on tabs