- This topic has 6 replies, 2 voices, and was last updated 3 years, 2 months ago by
Andreas67.
Author | Posts |
---|---|
Andreas67
January 29, 2022 at 11:19 am
|
Hello, Here you can see the icons: Thanks Andreas |
Sebastian
January 31, 2022 at 12:17 pm
|
Hey Andreas, Thanks for providing the link. It looks like the icons in the footer are creating using a ::before pseudo element. So you need to adjust the default MT selector using the Selector modifiers menu. See the cog icon to the right of the selector code field in the top toolbar. Click that to show all the selector modifiers. The ::before checkbox is on the right hand side. Once you’ve created a selector using ::before, you can change font-size and color to change the icons. I hope that helps. Please let me know if you’re still stuck. Thanks, |
Andreas67
January 31, 2022 at 4:30 pm
|
Hello Sebastian, great, thank you! When I add manuell the right class name it works 🙂 Thanks again Andreas |
Sebastian
January 31, 2022 at 4:33 pm
|
Ah yes, I forgot to mention that to widen the targeting to all icons (after clicking one), you can choose an alternative suggestion from the dropdown list in the top toolbar – or opening the “Inspect” toolbar in the footer. I’m glad you managed to solve this one. Cheers, |
Andreas67
January 31, 2022 at 4:42 pm
|
How can I select the right class? I only see span.flipbook-icon-search, but I need .flipbook-icon-search:before. In the dropdown in the top I see many classes, but not this one. I have search for this in the stylesheet. |
Sebastian
January 31, 2022 at 4:51 pm
|
:before won’t be included in the list by default. But you can update the suggestions to include :before using the Selector modifiers menu (shown below): Cheers, |
Andreas67
February 1, 2022 at 12:21 pm
|
Thank you Sebastian, I will try it 🙂 |