list / bullet points not working in Product Page

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart Themelist / bullet points not working in Product Page

This topic has been marked as resolved.

HI there

I cannot get the list/bullet points to work on Product Pages

On information pages IT WORKS AND I note that the below seems to be controlling the output:

.tb_text_wrap ul {
list-style-type: disc;
}
.tb_text_wrap ul, .tb_text_wrap ol {
list-style-position: inside;
}

However on a product page it says this:

ul {
list-style: outside none none;
}

I tried to add

.tb_text_wrap ul {
list-style-type: disc;
}
.tb_text_wrap ul, .tb_text_wrap ol {
list-style-position: inside;
}

to the CUSTOM STYLESHEET but it had no effect.

Any ideas how I can get the bullet points working on the Product Page

Thanks in advance

February 25, 2016 at 10:50 pm #45122
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
February 26, 2016 at 6:04 pm #45149

thank you – now working

PS: Using Pavilion 1.2.1

March 2, 2016 at 2:47 pm #45215

Glad we’ve helped.

BR,
ThemeBurn team

March 3, 2016 at 12:35 pm #45274
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.