Skip to content

Remove/change loading animation (blue progress indicator) #3313

Closed Answered by Paul-Bob
sageworksstudio asked this question in Help
Discussion options

You must be logged in to vote

Hi @sageworksstudio

You are referring to the turbo progress bar? This one?

If so, this might help you https://railsdesigner.com/turbo-progress-bar/

You can change it from the turbo-progress-bar class.

If you made the Tailwind CSS integration you can change it like this:

app/assets/stylesheets/avo/avo.tailwind.css

...

.turbo-progress-bar {
  @apply bg-red-500;
}

...

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sageworksstudio
Comment options

@sageworksstudio
Comment options

@Paul-Bob
Comment options

Answer selected by sageworksstudio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants