• sandro2301

    (@sandro2301)


    Hello everybody,

    I have a wordpress installation with woocommerce and the theme mystile. The theme doesn’t show any bullet points on any site.
    The site is: https://summer4sports.com/wp

    I tried to add this line at the end of the style.css but it didn’t work.
    ul{margin-left:20px;}

Viewing 4 replies - 1 through 4 (of 4 total)
  • stephencottontail

    (@stephencottontail)

    The site you linked doesn’t appear to be using the Mystile theme any more; do you still need help with this?

    Thread Starter sandro2301

    (@sandro2301)

    Yeah sorry I’ve crashed my wordpress last night and I am setting a new up now. But the problem still exists.

    stephencottontail

    (@stephencottontail)

    Looks like your theme deliberately strips the bullets from <ul>s within a widget. Your theme provides a file named custom.css that you can use to hold your CSS; otherwise, you could get a custom CSS plugin and use this code:

    .widget ol,
    .widget ul {
    	list-style: inside;
    }
    Thread Starter sandro2301

    (@sandro2301)

    Okay I’ve installed the plugin, pasted the code in and it worked. Great thanks a lot. Could you explain me what I did now? I have no idea

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mystile – No bullet points visible’ is closed to new replies.