Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Dante › Restyling Bullets (without fucking everything else up)
New Landing › How can we help? › Themeforest Theme Support › Dante › Restyling Bullets (without fucking everything else up)
- This topic has 15 replies, 2 voices, and was last updated 9 years by Mohammad – SUPPORT.
-
Posted in: Dante
-
December 3, 2014 at 3:29 am #133026
I need to restyle the bullet icons within the unordered list. I;ve not found a way to narrow down the regular list content within the content blocks without affecting something else. The closest I’ve gotten is this:
.spb_text_column ul, .box-content-wrap ul { list-style: none; padding-left: 1.2em; text-indent: -1.2em; } .spb_text_column li:before, .box-content-wrap li:before { content: "+"; display: block; float: left; width: 1.2em; color: #10069f; }
And that works well, but it fucks up the styling on all of the forms (Gravity Forms).
Suggestions as to a more precise/better selector for this?
Thanks for the help, guys.
December 3, 2014 at 3:30 am #133027Essentially, I want a blue + rather than the standard circular bullet.
December 3, 2014 at 4:24 am #133031Hi,
Please use the code like this:-.page-id-34 .spb_text_column ul, .box-content-wrap ul { list-style: none; padding-left: 1.2em; text-indent: -1.2em; } .page-id-34 .spb_text_column li:before, .box-content-wrap li:before { content: "+"; display: block; float: left; width: 1.2em; color: #10069f; }
Thanks
MohammadDecember 3, 2014 at 4:37 am #133032Mohammad —
Is that specific to that page only? I need the style on all of the pages that use unordered lists in body content.
Thanks for your help.
December 3, 2014 at 4:58 am #133034Hi,
Please provide me specific page url with gravity so i can see actual issue with it.
Thanks
MohammadDecember 3, 2014 at 5:01 am #133035Alright, adding this code:
.spb_text_column ul, .box-content-wrap ul { list-style: none; padding-left: 1.2em; text-indent: -1.2em; } .spb_text_column li:before, .box-content-wrap li:before { content: "+"; display: block; float: left; width: 1.2em; color: #10069f; }
One of the forms pages is located here:
http://1ca.13c.myftpupload.com/contact/December 3, 2014 at 5:08 am #133036Hi,
Please use this code now:-.spb_text_column ul:not(.gform_fields), .box-content-wrap ul:not(.gform_fields) { list-style: none; padding-left: 1.2em; text-indent: -1.2em; } .spb_text_column ul:not(.gform_fields) li:before, .box-content-wrap ul:not(.gform_fields) li:before { content: "+"; display: block; float: left; width: 1.2em; color: #10069f; }
Thanks
MohammadDecember 3, 2014 at 5:56 am #133042I’ll give it a go. Thanks, Mohammad.
December 3, 2014 at 7:33 am #133047Hi,
Its ok.
Thanks
MohammadDecember 4, 2014 at 12:52 am #133269This reply has been marked as private.December 4, 2014 at 4:25 am #133277Hi,
Please use this custom css code:-.spb_text_column ul:not(.gform_fields,.member-contact), .box-content-wrap ul:not(.gform_fields,.member-contact) { list-style: none; padding-left: 1.2em; text-indent: -1.2em; } .spb_text_column ul:not(.gform_fields,.member-contact) li:before, .box-content-wrap ul:not(.gform_fields,.member-contact) li:before { content: "+"; display: block; float: left; width: 1.2em; color: #10069f; }
Thanks
MohammadDecember 4, 2014 at 8:38 pm #133586This reply has been marked as private.December 5, 2014 at 12:00 am #133616This reply has been marked as private.December 5, 2014 at 4:22 am #133643Hi,
Please try this code:-.spb_text_column ul:not(.gform_fields):not(.member-contact), .box-content-wrap ul:not(.gform_fields):not(.member-contact), .body-text ul:not(.gform_fields):not(.member-contact) { list-style: none; padding-left: 1.2em; text-indent: -1.2em; } .spb_text_column ul:not(.gform_fields):not(.member-contact) li:before, .box-content-wrap ul:not(.gform_fields):not(.member-contact) li:before, .body-text ul:not(.gform_fields):not(.member-contact) li:before { content: "+"; display: block; float: left; width: 1.2em; color: #10069f; }
Thanks
MohammadDecember 8, 2014 at 6:55 pm #134386This reply has been marked as private. -
Posted in: Dante
You must be logged in and have valid license to reply to this topic.