K
K
Kalwin UA2019-05-15 16:35:10
opencart
Kalwin UA, 2019-05-15 16:35:10

How to make two logos on the site?

The essence of the question is to use one logo (standard) on one screen resolution, and a reduced version on a mobile device.
How to make everything work kosher and through the admin panel?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
Leonid, 2019-05-15
@caballero

the admin panel will have to be added (why won’t you change the logo every day0
And different logos are made through css styles Set @media for different screens with different pictures in styles (background for div tag for example)

O
Oleg, 2019-05-15
@politon

For static stray admin panel - evil
In your version via @mediaor js
More kosher logo in svg

V
Vladislav, 2019-05-21
@Vladyslawx

<picture>
    <img src="DEFAULT LOGO URL">
    <source srcset="URL LOGO MOBILE" media="(max-width: 767px)">
</picture>

And it’s easy to finish the admin panel, it all depends on the version of the opencard.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question