Archived topic
Broadcast Site- Colour and Place of the Read more BUtton
3 replies · Started by Marcel on March 29, 2020
Hi guys,
i am very happy with your theme and the broadcast example.
Now i wanted to personalize this site, but i dont find the solution for my problems.
1. Where can i change the colour of the read more button? (i would like purple)
2. How can i change the place of the read more button? If possible, i would prefer that the button is always on the bottom of the blog article.
Thanks for your help.
Best regards
Marcel
Hi there,
1. in Customizer > Colors > Buttons you can change the background and text colors.
1.1 The border is added using this CSS in Customizer > Additional CSS:
button, html input[type=button], input[type=reset], input[type=submit], a.button, a.button:visited {
border-width: 1px;
border-style: solid;
border-color: inherit;
border-radius:3px
}
You can delete this if you want to remove the border.
2. Try adding this CSS:
.read-more-button-container {
margin-top: auto;
}
Thanks, that solution is perfect.
Thank you very much:)
You're welcome