How to change "Read more" button under the excerpt?

Posted in: Newspaper
Post count: 3

Hello,

I have child blog demo installed on my site. How do i change “Read More” button style?

Now it’s like brush style, but I want it simple.

Thanks

Post count: 20688

Hi,

Please provide a link to your website where the button is present and details about how you would like it to look, and I will give you a solution.

Thanks

Post count: 3

Hello,

My site is giftuj.pl

I’d like it to be simple with border and white color inside.

Post count: 20688

Hi,

That is the Craft ideas demo that you have installed. This demo has some design and styling placed on the Read more button, most demos have unique custom design for theme elements.
This design for the Read more button could be removed directly in the demo stylesheet
https://www.screencast.com/t/m4yOsatBG83W
That would cause the button to look like this
https://www.screencast.com/t/jGKjA4OR5nP
Or I could give you a code to override the current styling with something like you mention. Something like this for example
https://www.screencast.com/t/XX9nP2k833U
This is the code used in the example, if you choose to use it enter in in Theme panel->Custom CSS section

.td-craft-ideas .td-read-more a {
background-image: none;
color: black!important;
border: 1px solid black;
}

Please let me know if you would lie the button to be different, and I will provide you with a solution.

Thanks

Post count: 3

Works great, thanks 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.