Use flags instead of social icons

5 replies·opened May 17, 2021
L
leatherboyMay 17, 2021

Hi I am trying to find a template for a multilingual onepage website. I would like to ask if it is possible to use op-designer and instead of social icons at the right of slider to use flags.
This isn't yet a live website.
Christos

L
leatherboyMay 18, 2021

Hi.
I am sorry but I get the message that the file doesn't exist or the url is wrong.

Something else that I would like if the flags works, is to have a max-height for the slider.

Christos

L
leatherboyMay 19, 2021

Hi.
I still cannot open the Google Drive URL !!!
You could write the code if it is only a few lines.
Or could you send me an email
optioncomputes99@gmail.com

Christos

S
SemiColonWebSTAFFMay 19, 2021

Hello,

Holy Moly! Appears like Google Drive is messing up the URL. We have checked this out twice and it worked well.

Please use the following codes:

CSS:

.social-icons .social-icon {
	background-color: transparent !important;
}

HTML:

<div class="social-icons d-flex">
	<div class="d-flex flex-lg-column flex-row align-items-center justify-content-lg-center justify-content-end w-100">
		<span class="separator"></span>
		<a href="#" title="Italian">
			<img src="images/icons/flags/italian.png" alt="Italian" />
		</a>
		<a href="#" title="German">
			<img src="images/icons/flags/german.png" alt="German" />
		</a>
		<a href="#" title="French">
			<img src="images/icons/flags/french.png" alt="French" />
		</a>
		<span class="separator"></span>
	</div>
</div>

This will definitely work fine. Hope this Helps! Thanks for your Continued Patience.

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard