Home › Forums › WoodMart support forum › Change bullet points from the Arrow to Disc
Change bullet points from the Arrow to Disc
- This topic has 11 replies, 3 voices, and was last updated 4 years, 3 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
November 16, 2020 at 5:51 am #241791
blackmochaParticipantHi,
How do I change all the bullet points in the theme for Product Content, Tab Content, Short summary, Long Summary, and Blog Content.
I would like to change the Arrow to Disc..just normal bullets.
And also, not showing for some reason….
Thanks
November 16, 2020 at 11:35 am #241942
Aizaz Imtiaz AwanKeymasterHello,
I have visited the URL you provided.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wc-tab-inner > div > ul > li:before { content: "\f51f" !important; font-family: "Font Awesome 5 Free" !important; font-weight: 900; }
You can set the content according to your needs.
And for the blog please provide the URL to check it myself and help you out accordingly.
Best Regards.
November 16, 2020 at 11:49 am #241946
blackmochaParticipantHi there,
Sorry, i’m not looking for the awesome font ‘disc’. I’m looking to change the Arrow bullets to the normal bullets. The ones with the dots…
See attached.
Attachments:
You must be logged in to view attached files.November 16, 2020 at 1:22 pm #242000
Aizaz Imtiaz AwanKeymasterHello,
Please provide the admin panel login details of the website to check it myself and help you out accordingly.
Best Regards.
November 16, 2020 at 1:31 pm #242011
blackmochaParticipantHi there, sure.
November 17, 2020 at 10:46 am #242237
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wc-tab-inner > div > ul > li { list-style: disc; } .wc-tab-inner > div > ul > li:before { display: none; }
Best Regards.
November 19, 2020 at 6:38 am #242757
blackmochaParticipantHi There,
OK the bullets worked, however for the Blog section…the bullets still don’t show up in the Quote area. Also in the Blog section, the bullets are still arrow. See attached.
Can you help provide the codes to change it?
Attachments:
You must be logged in to view attached files.November 19, 2020 at 8:22 am #242798
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings.
.woodmart-entry-content > ul > li { list-style: disc; }
.woodmart-entry-content > ul > li:before { display: none; }
Best Regards.
November 19, 2020 at 11:09 am #242851
blackmochaParticipantHi there,
Thanks, that works for the blog content. But is it possible to also show the Bullets in the Quote area?
When I do a quote for the text and select bullets…nothing shows up.
Thanks
November 19, 2020 at 11:57 am #242864
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.entry-content.woodmart-entry-content > blockquote > ul > li { list-style: disc; }
Best Regards.
April 11, 2021 at 4:34 pm #281615
churchworksParticipantHi, I have the exact opposite question: my unordered lists show up as discs (bullets), but I want them to be arrows like in your demo content (see screenshot).
Attachments:
You must be logged in to view attached files.April 12, 2021 at 7:45 am #281766
Aizaz Imtiaz AwanKeymasterHello,
@churchworks Please create a new topic and provide with the URL of the product to check it myself and help you out accordingly.Please don’t ask questions in other users’ topics to avoid any confusion.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register