"Read More BackGround and Text Adjustment on Craft Ideas Theme

Posted in: Newspaper
Post count: 24

https://demo.tagdiv.com/newspaper_craft_ideas/

How do I remove the background image and adjust the text “Read More” on the theme. I cant seem to find it and spent 2 days on it seeing if I can but I seem to be running in circles. If you can let me know where I can adjust the text, the removal of the background and the color of the text – that be great!

Post count: 23312

Hello ianternet,

If you want to affect this button, notice that you should use a bit of CSS code in order to achieve as you wish. Try to use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-craft-ideas .td-read-more a, .td-craft-ideas .more-link-wrap a {
background-image:none;
color:green!important;
font-size: 15px;;
}

The result is here -> https://www.screencast.com/t/XIhNKEgTk

Hope this helps and let us know how it goes!

Thanks for the message!

Post count: 24

that worked!! thanks I appreciate it

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.