Tagged: x
-
AuthorPosts
-
June 10, 2016 at 11:10 am #1036066
lukasjanParticipantHello,
How do I make feature list numbering in this page (http://www.mhealth.lt/portfolio-item/konsultacija-belaidziu-echoskopu/ password:health123) go from 1 to 5 in different rows?
Thanks in advance,
Lukas
June 10, 2016 at 3:31 pm #1036386
Nabeel AModeratorHi there,
Thanks for writing in! It looks like you’re using different Feature list element for each item. If you use single Feature list element for all items, numbers will be displayed from 1 to 5 (see attached)
Cheers!
June 11, 2016 at 4:41 am #1037124
lukasjanParticipantHello,
Thanks. I do know, that it goes from 1-5 in a single row in one feature list, but as you can see in my page I have feature boxes in separate rows and they all display 1(number).
I am adding an attachment so you know what I am talking about in the attachment is how I want feature boxes in seperate rows to display numbers.
Thanks!
June 11, 2016 at 5:53 am #1037176
ChristopherModeratorHi there,
Please add a unique custom class to each feature list element, e.g
my-class-1, then we’ll help you to change the number with CSS.Thanks.
June 11, 2016 at 6:24 am #1037195
lukasjanParticipantHi,
Ok, I’ve done that, I set class to my-class-1 to each feature element.
June 11, 2016 at 6:38 am #1037201
Nabeel AModeratorHi again,
Please give unique classes to each feature element, for instance
my-class-1to first feature element,my-class-2to second and so on, so we can suggest you the code accordingly.Thanks!
June 11, 2016 at 6:52 am #1037215
lukasjanParticipantHi,
So sorry, I am new to all this page building. Ok, now I did set classes from my-class-1 …. to my-class-5 to all feature elements.
Hope this works!
June 11, 2016 at 7:05 am #1037229
Nabeel AModeratorHi again,
Thank you for updating the thread! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.my-class-1 i.number.w-h.circle:before { content: "1" !important; } .my-class-2 i.number.w-h.circle:before { content: "2" !important; } .my-class-3 i.number.w-h.circle:before { content: "3" !important; } .my-class-4 i.number.w-h.circle:before { content: "4" !important; } .my-class-5 i.number.w-h.circle:before { content: "5" !important; }Let us know how this goes!
June 11, 2016 at 7:27 am #1037249
lukasjanParticipantThanks! Works like magic. Appreciate your support!
Lukas
June 11, 2016 at 7:33 am #1037258
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1036066 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
