Hello, theme latest updates it seems very various from the previews version in Function.php
Issue : http://screencast.com/t/WkGk0ESOhgy1
The Function.php it’s complete different from the theme previews version. I can’t make the images on 220X220 on module 11. Could you please explain me what files need to edit in this new version ?
Thanks in advance.
-
This topic was modified 11 years by
Gregory.
Hi,
You have to edit td_config.php: http://screencast.com/t/J8I7jzd2oh3
Result: http://screencast.com/t/u4ufbwzX38Y
Thanks!
Thanks, i will try out, i have one more question and because i use color theme as #333 i need your help and how can make the links on post more visible for example i want to place dotted underline.
Thank you very much and with your professional work really worth.
Hi,
You can use custom css for this: http://screencast.com/t/1eJg6E6qjk
.td-post-content p a {
border-bottom:1px dotted;
}
Thanks!
