Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    It seems you resolved already, isn’t it?

    Thread Starter IvanSliskovic

    (@ivansliskovic)

    Yes now it is OK. I did some changes inside my theme style.css

    this is code I use now and it is OK for me

    .widget ul li {
    	border-bottom: 1px solid #f0f0f0;
    	padding: 10px 0 0 0;
    }

    Hope this will help someone.. If someone need closer look, I will post it here ??

    Plugin Author Aldo Latino

    (@aldolat)

    Well done, Ivan!

    Could you please help me, I cannot remove bullets on this site https://mythosandmarginalia.com . I tried by editing style css but no go… I tried by adding code to the widget and got nothing… thanks in advance!

    Could you please help me, I cannot remove bullets on this site https://mythosandmarginalia.com . I tried by editing style css but no go… I tried by adding code to the widget and got nothing… thanks in advance!

    Plugin Author Aldo Latino

    (@aldolat)

    Hi Mario,
    with your theme you can use the following rule. Paste these lines in the “Custom styles” section located at the bottom of the widget admin:

    .widget ul.pis-ul li:before {
    	content: "";
    }

    Let me know, please.

    Nope, that did not work either…

    Plugin Author Aldo Latino

    (@aldolat)

    The code has been encoded into HTML entities, i.e. the double quotes "" became encoded as "".

    Have you noticed any changes in the code when you pasted it in the area? When you saved the widget, have you seen any change? It should appear as follows:

    .widget ul.pis-ul li:before {
    	content: "";
    }

    Let me know, please.

    I would never thought of that, thank you so much!!! And thank you for the great widget !!!

    Plugin Author Aldo Latino

    (@aldolat)

    You are welcome! ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Remove bullets’ is closed to new replies.