navichan VIP
Total posts: 6
20 Jun 2016 12:33

Hello,

How can we change the template of the control buttons?

Screen Shot 2016-06-20 at 8.35.50 pm

Last Modified: 22 Jul 2016

Tags Cobalt 9


Sergey
Total posts: 13,748
21 Jun 2016 05:29

What do you want to change?


navichan VIP
Total posts: 6
22 Jun 2016 08:09

I want to change the icon image to icon fonts we will use in the project. Can we make a template override to it? or the best practise is just use css to override the style?


Sergey
Total posts: 13,748
23 Jun 2016 04:35

This one has no template. I think if you know how to change it with CSS, this is the way to go.


navichan VIP
Total posts: 6
23 Jun 2016 14:21

Thanks, I have to use JQuery to add the tags of icon fonts to it as I can't add pseudo content for the tag. In the future will you add an id or class to each image icon so that we can easily modifly them with CSS?


Sergey
Total posts: 13,748
29 Jun 2016 04:31

You can get access to images with jQuery like so

$('img[src*="pencil.png"]')

pepperstreet VIP
Total posts: 3,837
29 Jun 2016 09:05

navichan add an id or class to each image icon so that we can easily modifly them with CSS?

+1

Please, separate function and design as much as possible.


Sergey
Total posts: 13,748
05 Jul 2016 07:19

I've added classes in next update.


navichan VIP
Total posts: 6
22 Jul 2016 08:46

That will be great!

Powered by Cobalt