Hi, how do I make the particle load only under a word like an inline please? Thanks for your help
Hello @wolfproductions,
Thanks for writing to us.
It can be achieved through the custom CSS code. You need to go to the Navigation Element —>Customize —>Element CSS
$el span.x-particle.is-primary {
top: 61%;
}
Please feel free to change the top value as per your design. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding, you can subscribe to One, where customization questions are answered.
Hope it helps.
Thanks