Testimonials Heading & Continue Reading buttons
Hi,
My client is really excited about this theme. So far there are just a few things I'm having trouble figuring out. The site is here.
How can I change the name of the Testimonials section?
I changed the styling of the View More and Continue Reading buttons on the Home page. The Continue Reading buttons were square and I gave them rounded corners. The text was smashed against the left side of the button so I added padding and centered it. The problem is that now the buttons want to stretch the full width of the column. I've tried multiple variations bu this is the best I've done so far (Your code tick is gone!):
p.more-link {
background-image: linear-gradient( rgb(217,81,6),rgb(153,58,26))!important;
padding:auto 0 auto 3px;
border-radius: 5px;
text-align: center;
}
What am I missing?
Thank you