"continue" in post and colour

Posted in: Newspaper
Post count: 2

Hi,
I need to change”the button” continue in the posts, in the homepage.
I want to change the name and the colour ( now is the theme colour)
Is it possible?
Or is possible to eliminate this link and leave only the excerpt?
Thank you
Irene

Post count: 7909

Hi,

You can translate it using Translation section – http://screencast.com/t/Hjzjk1gDD and you can change the background color using custom css in Theme Panel > Custom Css – http://screencast.com/t/7LdsTahIdIFh

.td_read_more {
background-color: red !important;
}

Also if you want to hide it you can use custom css code. For example to hide the button for block 9 on homepage – http://screencast.com/t/VdLdmXrmeQ

.home .td_block9 .td_read_more {
display: none;
}

Thanks!

Post count: 2

Hi,
thank you!!! Now everything is ok!:)

Post count: 25

Hello,

I did as suggested in this post, but the colour doesn’t change.

Also, how do I input my specific colour into the code?

Colour code is: (123,62,188,0.79)

This is the last thing that I cannot change the colour of in the theme panel.

Thanks for your help in advance!

Post count: 22421

Hello,

Are you sure you are referring to the same element> as this is a very old post. Please provide a link to your site pointing at the button so I can provide the proper css for it as this method could not work anymore in the current version of the theme.

Thank you!

Post count: 25

Hi,

My site’s is amilucid.com.

Yes, it might be outdated. Hopefully, you can check.

Thanks

Post count: 22421

Hello,

Please use this css code:
.td-read-more a, .more-link-wrap a{
background-color: rgba(123,62,188,0.79)!important;;
}

Add the code in the theme panel->custom css code.

Thank you!

Post count: 25

Thanks! That has done it! Thanks a lot!

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