Tagged: magazine
-
AuthorPosts
-
May 2, 2022 at 5:09 pm #1350206
I used magazine element to list post titles, as seen in the main page http://www.evtrans.com (near footer).
How can I put a customized bullet before a post title?
How can I show the post date after a post title (in a same row)?
Is there any better way to display the post titles?Thank you
-
This topic was modified 3 years, 6 months ago by
evtrans.
May 4, 2022 at 5:56 am #1350395Hey evtrans,
Thank you for the inquiry.
You can use this css code to create a bullet point before the magazine title.
.av-magazine-entry:before { float: left; display: inline-block; content: ''; -webkit-border-radius: 0.375rem; border-radius: 0.375rem; height: 0.75rem; width: 0.75rem; margin-right: 0.5rem; background-color: #bdbdbd; }Best regards,
IsmaelMay 16, 2022 at 4:33 pm #1351968May 18, 2022 at 7:23 am #1352145Hi,
Try to adjust the css code a bit and specify the top position. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
.av-magazine-entry:before { float: left; display: inline-block; content: ''; -webkit-border-radius: 0.375rem; border-radius: 0.375rem; height: 0.75rem; width: 0.75rem; margin-right: 0.5rem; background-color: #bdbdbd; top: 5px; position: relative; }Best regards,
IsmaelJune 1, 2022 at 9:29 am #1353700It works, thank you @Ismael
June 2, 2022 at 9:13 am #1353878Hi,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJune 2, 2022 at 11:03 am #1353897No other help needed, thank you. Pls close it.
June 2, 2022 at 2:18 pm #1353919Hi,
Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard -
This topic was modified 3 years, 6 months ago by
-
AuthorPosts
- The topic ‘Magazine element customization’ is closed to new replies.
