Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi there,
unfortunately i didn’t receive an answer to my last question.
I want to install a new font. It’s no Google font and the instruction how to install it didn’t work.
Please have a look at my last topic, there you can find my login details for my wp and my FTP.
Moreover i want to change the color of the “Call to Action” Button and the buttons “Read more” on the Blog.
I looked at the “Call to Action Settings” but there is no possibility where i can change the color.
Also the “Read More” buttons…
Please help!
Thanks a lot
Hello,
Sorry for the late reply.
We have replied you here.
These are the respective css for the Read More button (normal and on hover):
.btn-bt.default {
color: #004a99;
background: rgba(0,74,153, 0);
border-color: rgba(0,74,153, 1);
}
.btn-bt.default:hover {
color: #ffffff;
background: rgba(0,74,153, 1);
}
Add this code into your custom css box and edit the values to your wish.
Best regards!
What if I would like to be able to have some buttons that show on a white background and some show on a dark background? Is it possible to apply more than one style to the buttons in the template?
Hello,
@TangramSky,
Please use the “Go – Eye Catching Button” for this. In the button’s options, go to style and select the type of style you want to use for a certain button.
Let us know.
Best regards!
You must be logged in to reply to this topic.