1. aroldoschwab
  2. Commercial Templates
  3. Friday, 20 October 2017
  4.  Subscribe via email
Good Morning.
I'm having trouble trying to use my own designs as social icons without being font-awesome.
Is it possible to do that?
How would it be?
I'm waiting.
Hugs

....in time....
I'm using J5-Artisan template ....
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

What format are your custom icons in?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Good afternoon Ciarán.
The icons are in PNG (but can be in JPEG too) ....
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

For images your best option is to use a custom HTML module (Extensions -> Modules -> New -> Custom) and place it in the header-2 module position. Once you have created the module we can give you the need CSS to place the module at the base of the side column.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you for your response ....
At first everything working ....
I am waiting for the CSS to put in the base ....

So take a look ....
http://www.emporiumpetshop.com.br

Hugs
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters...

.header-2 {
position: absolute;
bottom: 70px;
left: 50%;
transform: translateX(-50%);
}
@media only screen and (max-width: 1320px) {
.header-2 {
position: static;
transform: translateX(0);
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you for the answer....
I'll be putting this up soon and give you the answer here ....

http://www.emporiumpetshop.com.br

Thanks and hugs
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
....worked perfectly....
Thank you Ciarán ....
  1. more than a month ago
  2. Commercial Templates
  3. # 7
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!