Jump to content

Bullet lists in Classic skin


Recommended Posts

Hi All,

I would be grateful for any help on this one.

In the Classic skin the top left hand box is 'Categories'

I am trying to get this to display the contents as a bulleted list (square bullets) rather like the cart navi box

I have changed 'li class ="li-nav"' to "li class=bullet" but this makes no difference.

Heeeelp!

Many Thanks

Dave

Link to comment
Share on other sites

Using a pre-named style type for a tag (<li type="bullet">) class parameter doesn't work like that. You would need to redefine the style CSS element.

In the file \skins\Classic\styleSheets\layout.css find:

.ul-nav, .li-nav {

display: block;

list-style: none;

}

and change to:

list-style-type: square;

Link to comment
Share on other sites

Using a pre-named style type for a tag (<li type="bullet">) class parameter doesn't work like that. You would need to redefine the style CSS element.

In the file \skins\Classic\styleSheets\layout.css find:

.ul-nav, .li-nav {

display: block;

list-style: none;

}

and change to:

list-style-type: square;

Thanks for your suggestion, which does add a square bullet, but it is not on the same line as the text.

I will have to play around a bit more.

What does puzzle me is why a square bullet list is visible in the view basket > Useful Links box using <li class="bullet">

yet this does not work when applied to the homepage>categories box.

Dave

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...