Forum URL: (if private, e-mail info(at)freeflarum.com instead) talpaiadului.flarum.cloud
A clear description of the issue:
I’ve been trying to give the “Load more” button a bright red color, in order to become more visible, but regardless of how bright a color I choose under “Appearance” - Colors - "style background elements, it becomes very pale when saved.
I also tried the Google suggestion of “Custom styles” - “Edit Custom CSS” - .DiscussionList-loadMore button {
background-color: #YOUR_COLOR_HEX_CODE; /* Change the background color /
color: #ANOTHER_COLOR_HEX_CODE; / Change the text color /
border-color: #THIRD_COLOR_HEX_CODE; / Change the border color */
} but it messed up the forum, so I must have done something wrong.
Is there a way to give the “Load more” button a bright red color? Thank you very much for you help!