Topic Resolution: Not Resolved
  • Closed
  • March 13, 2019 at 1:21 pm #43298

    Hi Roman,
    My bullets are gone in all my websites where I have done the update from Evolve Plus 2.9.3 to 2.9.4.
    My CSS have also disappeared on all my sites, this is pretty annoying.
    – Do I have to copy my CSS every time there is an update?
    – And are the bullets going to disappear every time there is an update?
    – Could you please provide the CSS to restore the bullets?

    Check hier to see the how the bullets have gone: https://prnt.sc/mxa4n0 (live page https://bergeras.com/staging/gite/)
    Thank you

    Roman
    Spectator
    Posts: 3147
    March 13, 2019 at 1:37 pm #43300

    Hello Françoise, was the CSS done in the Additional CSS in customizer? If you update the theme, those css settings are saved. Cannot be restored by an update.

    Additional CSS:

    .post-content ul {
        list-style: inherit;
    }
    Françoise Isnard
    Spectator
    Posts: 71
    March 13, 2019 at 1:54 pm #43301

    Yes I add CSS via additional CSS in Customizer.
    Anyway, I added your bullets css and it did the trick.
    I hope I won’t have this problem with your new update 2.9.5 😉
    Thank you Roman
    Cheers
    Françoise

    Françoise Isnard
    Spectator
    Posts: 71
    March 26, 2019 at 6:08 pm #43373

    Hi Roman,
    I haven’t checked before but now I see that the bullets are showing up almost everywhere now, especially where I have the shortcode for Recent posts (https://vriendenvanportugal.nl/staging/):
    https://prnt.sc/n38n7u
    https://prnt.sc/n38nq0
    Do you know how I can avoid them to show here?
    Thank you.
    Cheers
    Françoise

    Roman
    Spectator
    Posts: 3147
    March 26, 2019 at 7:52 pm #43376

    Hi,

    try this CSS:

    .post-content ul:not(.slides) {
        list-style: inherit;
    }
    Françoise Isnard
    Spectator
    Posts: 71
    March 27, 2019 at 11:47 am #43379

    yep! that’s it.
    Thanks again Roman!
    Cheers
    Françoise

    Roman
    Spectator
    Posts: 3147
    March 27, 2019 at 1:24 pm #43381

    no problem 😉