• Resolved xtrailrunner

    (@xtrailrunner)


    I’m using two widgets on the start page to display a list of the latest blog posts and the blog post categories. For both lists a strange symbol (>>) with a green color will be used. If I change the list-style attribute for the relevant classes to square or something else new symbols will be added and do not replace the original symbols.
    I would like to replace or supress the symbol, at least I would like to change the color of the symbol.
    Any help is appreciated.
    Regards
    Juergen

    • This topic was modified 1 year, 7 months ago by xtrailrunner.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @xtrailrunner,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .widget-content ul li:before { display: none; }
    
    .widget-content ul li, .widget-content ol li { padding-left: 0; }

    Let me know if that does it.

    — Anders

    Thread Starter xtrailrunner

    (@xtrailrunner)

    Hi Anders,

    perfect. Thank you !!
    Regards Juergen

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Strange symbol for list of posts and categories’ is closed to new replies.