Bullets (Un ordered list) stopped showing after update

Posted in: Newspaper
Post count: 28

Hello, I have updated to the latest version and after that bullets (un ordered )stopped showing.
Can you please help me to sort out this ?
https://test.yuvayana.org/bank/ibps-clerk-mock-paper/#1468670503640-3a138d17-7ed9

I have also added few custom borders to the text and they are also stopped showing now in the front but visible in the edit post.
Backend image

Blank border

  • This topic was modified 7 years by Praveen.
Post count: 20688

Hi,

Seems the ul and ol are set to have no style – https://www.screencast.com/t/15MyiigsTy
Can’t say exactly where this is coming from, doesn’t seem to come from the theme. You could re-add the style to the ul like this
https://www.screencast.com/t/bdRmOEPh

ul {
list-style: disc;
}

I tried exactly as you, a text block in the tabs element, with a list, seems to display the list style
https://www.screencast.com/t/9BLbejp2Gc

Post count: 28

Hello, Thanks for your reply.
Actually I am also surprised why it’s not showing the borders and list.

After adding the
ul {
list-style: disc;
}
now list are displaying

but border is still showing blank.
I have used this code :

<div style=”text-align: center; border-style: dotted; border-color: red;”>
<h3>Weekly Pass
₹100 <sub>(for 7 Days)</sub>
<span class=”td_btn td_btn_md td_outlined_btn”>Buy Pass</span></h3>
</div>

Post count: 20688

Border is set to 0 down below – https://www.screencast.com/t/PMuJVvNpx
Seems there is some code that disables the border for all those elements. Could be a plugin that adds these styles, can’t say where it is coming from exactly due to the autoptimize.
I would suggest that you deactivate all your plugins, leave only theme plugins active, check if the styles are still overridden.

Post count: 28

Thanks Simion for your support.
I checked it by disabling the plugins and found It was coming from a plugin “Apex Notification Bar”.
Thanks again.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.