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!
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!
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!