Kpeterson1716 2 Share Posted August 9, 2020 Site URL: https://www.chacha-olivia.com/stylist-in-my-pocket Hi there, I am looking to create an unordered list for some copy within an image block card. Is this possible to do with code? I pretty much need an unordered list for all of the image block cards I have an the url I supplied. Any help would be so much appreciated. Thanks I advance! :) Link to post
tuanphan 8,944 Share Posted August 10, 2020 Bold list text then use this CSS /* Unordered list image card */ .design-layout-card .image-subtitle p:nth-child(n+2) strong:before { content: "•"; padding-right: 5px; } .design-layout-card .image-subtitle p:nth-child(n+2) strong { font-weight: normal !important; display: flex; } .design-layout-card .image-subtitle p:nth-child(n+2) br { display: none; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
AlanDolan 0 Share Posted August 11, 2020 Hello! I want to do an ordered list. What code can I use for this? Link to post
tuanphan 8,944 Share Posted August 11, 2020 7 minutes ago, AlanDolan said: Hello! I want to do an ordered list. What code can I use for this? Bold list items, then use above code You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment