harley Posted August 5 Share Posted August 5 Hello, I am looking at trying to add these orange arrows for styling. Currently, they are emojis for this example but could you help me add them in as CSS? Link to comment
HoaLT Posted August 5 Share Posted August 5 (edited) 49 minutes ago, harley said: Hello, I am looking at trying to add these orange arrows for styling. Currently, they are emojis for this example but could you help me add them in as CSS? Can you share your URL so I can check it? If your site is not published yet, provide it with a protected password, share it here so we can access your site Edited August 5 by HoaLT Press 👍 or mark my comment as solution if you find my sharing useful 🆒 Squarespace pinchzoom lightbox plugin (affiliate link) 👁🗨 360 degree photo viewer (affiliate link) Link to comment
harley Posted August 5 Author Share Posted August 5 https://heron-flute-czy4.squarespace.com/config/ Password is apples09 @hoaLT Link to comment
tuanphan Posted August 7 Share Posted August 7 On 8/5/2024 at 10:17 PM, harley said: https://heron-flute-czy4.squarespace.com/config/ Password is apples09 @hoaLT You can use this approach. #1. First, find ID of Text Block. You can use below tool. In my example, we will have: #block-yui_3_17_2_1_1723019960346_3692 (here I test on my test site) #2. Use this code to Code Injection Header (If your plan is Personal Plan, you can add it via Code Block in Site Footer) <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" /> #3. Use this code to Custom CSS #block-yui_3_17_2_1_1723019960346_3692 p:before { content: "\f04b"; font-family: "Font Awesome 6 Free"; font-weight: bold; color: #f86443; font-size: 30px; margin-right: 5px; } #4. Result Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment