Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Responsive css for product name
Author « Topic »  

Bob88
Ecommerce Template Expert

958 Posts

Pre-sales questions only
(More Details...)

Posted - 10/14/2017 :  09:25:05  
When I change the style.css parameters for the product name weird things happen.

For example when I change the font size the leading between the lines change not the font size.
Also, when I add a color to it nothing changes.

div.prodname{
padding-top:6px;
font-size: 12px; When I change this the space between lines change not the font size
margin-bottom:8px;
color:#666; When I add this nothing happens
}

Am I missing something here?

Thanks

Andy
ECT Moderator

95440 Posts

Posted - 10/14/2017 :  09:27:23  
Hi Bob

Can you try div.prodname h1 {
Etc.

Andy

Please feel free to review / rate our software

Bob88
Ecommerce Template Expert

958 Posts

Pre-sales questions only
(More Details...)

Posted - 10/14/2017 :  10:10:12  
div.prodname h1 didn't work. Any other thoughts?

Also the proddetail name is appearing above the product navigation which is incorrect.
Example: http://www.grabbarspecialists.com/zzz2/proddetail.php?prod=1-A1-GBS-1-14-SS-SMOOTH

I purchased this responsive design a year ago. Might there be any updated css files?

Edited by - Bob88 on 10/14/2017 10:33:37

Andy
ECT Moderator

95440 Posts

Posted - 10/14/2017 :  11:08:56  
Sorry, I was thinking of the detailname.

The prodname color won't change as it's a link so use this

div.prodname a{
padding-top:6px;
font-size: 1.1em;
margin-bottom:8px;
color:#000 !important
}

On the detail page at the top you have something like

<h1><php $prodname ?></h1>

which displays the product name.

Andy

Please feel free to review / rate our software

Bob88
Ecommerce Template Expert

958 Posts

Pre-sales questions only
(More Details...)

Posted - 10/14/2017 :  11:38:33  
Perfect. Thanks a million.
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000