dongmanuel17
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Basic] Unable to change Bullet StyleHi,
I tried multiple things to correct this. And finally got it working the way that I want it on all browsers.
With the code you provided, I just deleted the word NONE in the list-style line.
.entry ul li::before, .ftrwidget ul li::before {
content: “”;
}.entry ul li, .ftrwidget ul li {
list-style: outside none disc;
}I wasn’t able to share the link for the page since my site is still not up.
Thanks for the quick response and more power!Forum: Themes and Templates
In reply to: [Basic] Unable to change Bullet StyleHi, just like to add. The error that I’m getting now is that it doesn’t take effect in Google chrome browser.
Checked it in Internet Explorer and the new bullet style disc is already showing.
In chrome, tried deleting the cache and cookies from the beginning of time, tried doing hard reset and empty cache, browse the site in incognito mode but to no avail it is still not showing.
Do I possibly need to uninstall google chrome browser and install it again?
Forum: Themes and Templates
In reply to: [Basic] Unable to change Bullet StyleWorks like a gem! Thanks! Solved my misery.
- This reply was modified 9 years, 2 months ago by dongmanuel17.