(2019-01-09, 12:26 PM)vk_knight Wrote:(2019-01-09, 11:10 AM)Mjniu Wrote:(2019-01-09, 09:30 AM)vk_knight Wrote:(2019-01-09, 06:28 AM)Eldenroot Wrote: All css is in ACP - Template nd styles - your theme - tyl.css
Can you tell me specifically what to and where to edit? I have no programming language experience. Under theme I found the 'Thankyoulike.css' but I didn't understand what to edit that can solve my problem as I stated earlier.
And also I would like to know how to backup all the likes. So, in case of an upgrade or if I have to reinstall the forum then I can make sure that the user's likes are kept intact.
Hello, for the image you leave, I've done it this way.
Templates & Style --> Themes --> Default --> thankyoulike.css --> Edit Stylesheet: Advanced Mode
Search:
a.add_tyl_button span{ background-image: url(images/thankyoulike/tyl_add.png); background-repeat: no-repeat; font-weight: bold; } a.del_tyl_button span{ background-image: url(images/thankyoulike/tyl_del.png); background-repeat: no-repeat; font-weight: normal; }
Change to:
a.add_tyl_button span::before { content: "\f164"; } a.del_tyl_button span::after { content: "\f165"; }
Okay its been solved, thanks. Can you tell me how to backup the likes?
And also how can I edit the likebox color. As you can see in the image it doesn't go well with my theme.
https://ibb.co/ZS0jpLj
In the same file look for .tyllist_classic { you change the code to background-color.
background-color: #252525;
.tyllist_classic {
background-color: #252525;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
padding: 2px 5px;
}
Make a copy of your files and your database.