Customization of Load More button

I fyou would be so kind as to assist me … I’m trying to style the “Load More” button, like in this thread, but am having a bit of trouble. I’ve gotten this far with my styling, but can’t seem to remove the gray background. Here is an example of what I want the button to look like:

This is the code I’ve created:
[class^=‘ButtonBase__Overlay-sc-’] {
background-color: #23BBCE;
text-transform: uppercase;
padding: 0px;
font-size: 18.2px;
font-weight: 500px;
color: #FFFFFF;
letter-spacing: 0.91px;
border-radius: 300px;
font-family: ‘Rubik’, sans-serif;
}

[class^=‘ButtonBase__Ellipsis-sc-’] {
background-color: #23BBCE;
text-transform: uppercase;
padding: 10.92px 41.86px;
font-size: 18.2px;
font-weight: 500px;
color: #FFFFFF;
letter-spacing: 0.91px;
border-radius: 300px;
font-family: ‘Rubik’, sans-serif;
}

[class^=‘ButtonBase__Container-sc-’] {
background-color: #23BBCE;
text-transform: uppercase;
padding: 0px;
font-size: 18.2px;
font-weight: 500px;
color: #FFFFFF;
letter-spacing: 0.91px;
border-radius: 300px;
font-family: ‘Rubik’, sans-serif;
}

And this is the page where the button is: Testimonials — Swoon Learning - Tutoring & Activities for Student-Athletes

1 Like

Hi there, @Cory_Borman :wave:

Please try to add one more code and let me know if it helped:

.es-load-more-button,
.es-load-more-button > span {
  border: none;
  background-color: transparent !important;
}

Worked like a charm, thank you!

2 Likes

Great! You are most welcome :wink: