Lists, bullet points not working

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeLists, bullet points not working

This topic has been marked as resolved.

Hi,

I would like to use bullet point lists in my welcome module and other information pages. However it turns out that Shoppica sets the list-style to none in the screen.css.php, which causes bullet points not to show.

To solve this I have made an extra ul class in the custom css field, but this seems to have no effect. Only inline styling of the actual ul elements seems to work and that only when I seperate the different ul style elements, like list-style-type, list-style-position etc. For example: list-type: circle inside; does not work.

I now have bullet lists, but I’m not happy with the styling. Is there such a thing as Shoppica styled bullet points? If not, can you explain to me how to make a working custom ul class or li class?

 

November 30, 2012 at 2:47 pm #15557

Ok, I have found a solution: put the custom ul class inside a custom div class.
Like so:

.info ul {
list-style-type:disc !important;
list-style-position:inside !important;
}

Whenever I now use the <ul> inside the div class I get bullet points, but other unordered lists on the site will not change.

I still don’t totally understand why a custom ul class like ‘ul .bullets’ won’t work, but I guess one of the stylesheets must be overriding that.

December 1, 2012 at 9:42 am #15565
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
December 3, 2012 at 3:06 pm #15605

Ok, thanx for the info!
I’m gonna try out the arrow lists.

December 7, 2012 at 8:41 pm #15786

Glad we’ve helped :)

Best,
ThemeBurn team

December 11, 2012 at 10:35 am #15854

Didnt work for me.

Is there another solution, I mean its been 5 months dont you have an update yet?

 ebeing
May 1, 2013 at 8:56 pm #22759

@ebeing

Where do you want the default list styling? Which page/page area?

Best,
ThemeBurn team

May 7, 2013 at 5:50 pm #22929
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.