Home › Forums › WoodMart support forum › Customize bulleted list
Customize bulleted list
- This topic has 7 replies, 2 voices, and was last updated 3 years, 3 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
January 27, 2022 at 4:07 pm #348432
pboyd1964ParticipantI’d like to change my bulleted list in the following ways:
1. Change the bullets to “check marks” instead of discs
2. Change the spacing between the main bullet point and the text underneath.Currently, my bulleted list looks like this:
* Stress-rated for predicable performance* Our poles are composed of individual….
I want it to look like this:
* (want this bullet to be a check mark) Stress-rated
Our poles are composed of individual…How can I do this, please?
January 28, 2022 at 7:12 am #348539
Aizaz Imtiaz AwanKeymasterHello,
Please elaborate what you require with the help of some relevant screenshots and provide the admin panel login details of the website to check it myself and help you out accordingly.
Best Regards
January 28, 2022 at 3:53 pm #348713
pboyd1964ParticipantAttached, please find a screenshot of what it currently looks like and if you scroll down the PDF, I show what I’d like it to look like.
Thank you for any help you can provide!
Attachments:
You must be logged in to view attached files.January 29, 2022 at 8:11 am #348792
Aizaz Imtiaz AwanKeymasterHello,
1) To change the icon of the list style try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wpb_text_column ul li::before { content: "\f00c"; font-family: 'Font Awesome 5 Free'; font-weight: 600; } .wpb_text_column ul li { list-style: none; }
2) You can try using the paragraph instead of the list item to make the second line without list style.
Best Regards
January 31, 2022 at 3:22 pm #349208
pboyd1964ParticipantThank you, Aizaz! That worked beautifully!
Now, how can I increase (slightly) the space between the bullet & the text?
As it stands, it appears as there are no space between the bullet & the text. Please see screenshot attached. I’d like 2 spaces between the 2, please.Also, is there a way to make bulleted text larger than the text beneath? When I try to change the text size (to Heading 4, for example) on the bulleted text, all text beneath the bullet changes, too.
Thank you in advance!
Attachments:
You must be logged in to view attached files.February 1, 2022 at 7:01 am #349308
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wpb_text_column ul li::before {
margin-right: 10px;
}2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wpb_text_column ul li span {
font-size: 18px;
}Best Regards
February 3, 2022 at 4:10 pm #349970
pboyd1964ParticipantPerfect! Thank you so much for your quick responses and awesome help!
February 4, 2022 at 5:49 am #350049
Aizaz Imtiaz AwanKeymasterHello,
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘Customize bulleted list’ is closed to new replies.
- You must be logged in to create new topics. Login / Register