Artolio - Service Page Icon Arrow Link Under Service Heading And Built-in Color Switcher For Dark And Light Mode. - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Artolio - Service Page Icon Arrow Link Under Service Heading And Built-in Color Switcher For Dark And Light Mode.

SN

Steve N

Template 3 months ago

How do you add the rotation arrow link under the service heading? Also, how do you hide or turn off the built-in color switcher for dark and light mode?

see image link https://imgur.com/a/B5Wyyrm

0
1 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #198055

Hello Steve,

Thanks for reaching out to us.

To disable color switcher go to Sp page builder settings -> disable color switcher.

To replace arrow icon, please, do it from here:

.services-item-list .services-item-collection .item-container .sppb-addon-wrapper:has(.media-item) .media-item .addon-root-dynamic-content-image .sppb-dynamic-content-image-wrapper::before {
    content: "";
}

In content: "" add your desired fontawesome icon code and then use this css in your custom css, you can follow this guide to add css in custom code section: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Thanks

0