Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
URL: https://masumhasan.me/about-me/
I am using Page Builder to create the page. The bullet point is visible in the editor but not in the page. But if i comment out
.footer-widget ol, .footer-widget ul, .widget ol, .widget ul { /* padding: inherit; */ /* list-style-type: inherit; */ } .footer-widget ol li, .footer-widget ul li, .widget ol li, .widget ul li { /* display: block; */ }
using Devtools in chrome then bullet point shows correctly.
but i am new to wordpress and don’t know where to modify to fix it..
Please help
Hi মাসুম,
The CSS you referenced is theme CSS. This means that your theme is actively hiding the list bullet points. You can avoid the theme CSS by disabling the Add Widget Class setting but this may result in visible changes. Please navigate to WP AdminSettingsPage Builder and open the Widgets tab. Untick Add Widget Class and save. How does that look?