Help with Template's product page

More
13 years 10 months ago - 13 years 10 months ago #8747 by adamfridel
Hello, how can i remove the white line under the attributes?

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.

More
13 years 10 months ago #8752 by ivan.milic
Add this to the bottom of templete_css.css

#vmMainPage hr
{
display:none;
}

Please Log in to join the conversation.

More
13 years 10 months ago #8754 by adamfridel
It did not work.

Please Log in to join the conversation.

More
13 years 10 months ago #8756 by ivan.milic
Then:

#vmMainPage hr
{
display:none!important;
}

Please Log in to join the conversation.

More
13 years 10 months ago #8766 by adamfridel
that did not work either.

Please Log in to join the conversation.

More
13 years 10 months ago #8769 by ivan.milic
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.

Please Log in to join the conversation.

Time to create page: 0.179 seconds
Powered by Kunena Forum