- Posts: 15
- Thank you received: 0
Help with Template's product page
-
adamfridel
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 10 months ago - 13 years 10 months ago #8747
by adamfridel
Help with Template's product page was created by adamfridel
Hello, how can i remove the white line under the attributes?
www.minnovative.co.uk/index.php?page=sho...irtuemart&Itemid=149
www.minnovative.co.uk/index.php?page=sho...irtuemart&Itemid=149
Last edit: 13 years 10 months ago by adamfridel.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #8752
by ivan.milic
Replied by ivan.milic on topic Re: Help with Template's product page
Add this to the bottom of templete_css.css
#vmMainPage hr
{
display:none;
}
#vmMainPage hr
{
display:none;
}
Please Log in to join the conversation.
-
adamfridel
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
13 years 10 months ago #8754
by adamfridel
Replied by adamfridel on topic Re: Help with Template's product page
It did not work.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #8756
by ivan.milic
Replied by ivan.milic on topic Re: Help with Template's product page
Then:
#vmMainPage hr
{
display:none!important;
}
#vmMainPage hr
{
display:none!important;
}
Please Log in to join the conversation.
-
adamfridel
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
13 years 10 months ago #8766
by adamfridel
Replied by adamfridel on topic Re: Help with Template's product page
that did not work either.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #8769
by ivan.milic
Replied by ivan.milic on topic Re: Help with Template's product page
Strange, I can not see rule in your css, like you did not add it at all.
Find this in template_css.css:
hr {
height: 2px;
border-top: 2px dotted #DDD;
border-bottom: none;
border-left: none;
border-right: none;
}
change it to :
hr {
height: 0px;
border-top: none;
border-bottom: none;
border-left: none;
border-right: none;
display:none;
}
if that does not work then you are doing something wrong.
Find this in template_css.css:
hr {
height: 2px;
border-top: 2px dotted #DDD;
border-bottom: none;
border-left: none;
border-right: none;
}
change it to :
hr {
height: 0px;
border-top: none;
border-bottom: none;
border-left: none;
border-right: none;
display:none;
}
if that does not work then you are doing something wrong.
Please Log in to join the conversation.
Time to create page: 0.179 seconds