Elfsight Timeline Tips and Tricks

Hi there, @Michael_Armado :waving_hand:

Thank you so much for clarification!

  1. Got your idea regarding the navigation arrows. Unfortunately, there is no way to implement it now, but I’ve added this idea to the Wishlist on your behalf - Add vertical navigation arrows for more intuitive experience (Snap Scroll Right layout)

  2. I see you’ve added a code for changing the title size and color:

image

It works for the font size, but the color isn’t changing. To make it work, you should add !important after the color code. To change the font family, please add the following line - font-family: Industry!important; . Here it the how the whole code will look:

 .es-widget-title {
   font-size: 25px;
   font-family: Industry!important;  
   color: #c1382b!important;
 }
  1. Could you please specify the words/phrases you’d like to make bold? I’ll be happy to check if there is a custom solution :slightly_smiling_face:

  2. To make the background transparent, please use this code - Make widget background transparent


Please try these solutions and let me know if they helped :wink: