How to change the appearance of the "show more" text

Posted in: Newspaper
Post count: 1

Hi! I would like to change (at least) the color of the “read more” text

My installed demo is Craft ideas and I would like to avoid the teal color

Thanks in advance

Post count: 1043

Share your site link for inspection to provide a better solution.

Post count: 1341

If you are mean of this background picture:

than you needed change this bitmap in graphic program (Photoshop for example).

If you want to change color of phrase “Read more” try add code in Custom CSS Theme panel:

/* Color Read more */
.td-craft-ideas .td-read-more a, .td-craft-ideas .more-link-wrap a {
color: red !important;
}

Post count: 1341

Ups, sorry.
If this code does not work, you should look directly at your site.

Post count: 20688

Indeed, that is a background image specific to this demo. By default the theme does not an option to set an image for that button, but demos contain custom design to allow this. Like Edward mentioned that is a background image. You could remove it if you don’t like it, in the demo stylesheet (remove the code that is responsible with that customization)
https://www.screencast.com/t/xjxJAesbt
Then the buttons will look as default
https://www.screencast.com/t/CWwbVfQ7jI23
Their color will be affected by the theme accent color
https://www.screencast.com/t/EcFnh2AKm
Or by the color you set for the title background in the block settings
https://www.screencast.com/t/3kW6i9QTj1zY

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