- Posts: 35
- Thank you received: 0
Change icons
-
nbgatsi
Inactive member - Topic Author
- Member
Less
More
5 years 10 months ago #47431
by nbgatsi
Change icons was created by nbgatsi
I would like to change icon display in home.
I can't find the located path.
I can't find the located path.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
5 years 10 months ago #47435
by milos
Replied by milos on topic Change icons
Hello,
1. Prepare icons size 60 x 60 pixels in PNG format. Upload them to /templates/hot_insurance/images
2. Edit file /templates/hot_insurance/css/template_css.css and find these classes:
.mp_advert1 h3:before
.mp_advert2 h3:before
.mp_advert3 h3:before
For each of them change content line to be like this:
and add background line below it, like this:
Change icon1.png with your image name.
Best regards,
Milos
1. Prepare icons size 60 x 60 pixels in PNG format. Upload them to /templates/hot_insurance/images
2. Edit file /templates/hot_insurance/css/template_css.css and find these classes:
.mp_advert1 h3:before
.mp_advert2 h3:before
.mp_advert3 h3:before
For each of them change content line to be like this:
Code:
content: " ";
and add background line below it, like this:
Code:
background: url(/../images/icon1.png);
Change icon1.png with your image name.
Best regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.220 seconds