Social Icon - Helix Ultimate 2.0.5 - Joomla 4 - Change Order Of Icons - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Social Icon - Helix Ultimate 2.0.5 - Joomla 4 - Change Order Of Icons

Kurt Wündsch

Kurt Wündsch

Template 2 years ago

Hi Joomshaper Team!

A client want change the order of the Socila Icons. Ho can I manage this to "Linkedin, Twitter and then YouTube"

Thnask for Info. Rgds Kurt

0
5 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #125076

Hi there!

Thanks for contacting us.

Is there only 3 social icons used? Can I have your site URL to check? Maybe it can achive with custom CSS, if there only 3 as you mentioned.

Best Regards

0
Kurt Wündsch
Kurt Wündsch
Accepted Answer
2 years ago #125081
0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #125130

Thanks for the link.

Please use the following code in your custom CSS:

li.social-icon-linkedin {
    order: -1;
    margin-right: 20px;
}
ul.social-icons {
    display: flex !important;
}

Note: Path towards custom CSS(Joomla 4): System>Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Hope this helps!

Best Regards

0
Kurt Wündsch
Kurt Wündsch
Accepted Answer
2 years ago #125162

Thnaks that works. Rgds Kurt

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #125185

Glad that it worked and You're always welcome:)

0