Check out the “Next Quote Links” FAQ on the plugin homepage. I will copy/paste the relevant section here:
—
You can also change how the link is displayed using CSS.
Some examples:
.quotes-llama-widget-random hr {display: none;}
This will remove the line between the quote and the link.
.quotes-llama-widget-next {text-align: left; font-style: normal;}
This will align to the left and remove the italic.
Navigate to your Dashboard–>Appearance–>Customize–>Additional CSS. DO NOT directly edit any theme/plugin files as they are ALL overwritten when updating.
—
Edit: So, you would first open Additional CSS, then the page with the quote on it, then copy and paste this into Additional CSS to center the next-quote button:
.quotes-llama-widget-next {text-align: center;
}
This works for any element on your page… right-click and inspect or view source.
-
This reply was modified 2 years, 1 month ago by
oooorgle.
-
This reply was modified 2 years, 1 month ago by
oooorgle.