This topic has 6 replies, 2 voices, and was last updated 4 years, 8 months ago ago by Rose Tyler
Hi,
I would like READ MORE and SOCIAL buttons/text to have same font than post title.
As well, I would like the READ MORE button to have different colours, #553b8a background with white text and when hover, background changes to this colour #9680c1
Many thanks
Hello,
Please provide us with screenshots.
Regards
Hi,
Read More button:
https://drive.google.com/file/d/1bPmmSy1RUb78YAXHmzUUD5MDXrheJnNz/view?usp=sharing
This appears under each posts.
Social:
https://drive.google.com/file/d/1IZ2SWoys2NCvvbH-XiPHls2kHLqpnmq9/view?usp=sharing
This appears within each post.
Hello,
.post-single .post-share .share-title {
font-family: "BaarPhilosBold-K7jl";
}
.read-more {
font-family: "BaarPhilosBold-K7jl";
background-color: #553b8a;
color: white;
border-color: #553b8a;
}
.read-more:hover {
background-color: #9680c1;
border-color: #9680c1;
color: white;
}
Regards
Thank you, this worked great!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up