tuanphan Posted August 14 Share Posted August 14 To add location icon before the summary title, you can follow these. If you can't make it work, you can send link to page where you use Summary Block, I will check again. #1. First, find Summary Block ID. In my example, we will have: #block-yui_3_17_2_1_1723251230421_31715 #2. Use this code to Code Injection > Header (If your plan doesn't support Code Injection, you can edit Footer > Add a Block > Choose Code) <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 box #block-yui_3_17_2_1_1723251230421_31715 a.summary-title-link:before { content: "\f3c5"; font-family: "Font Awesome 6 Free"; font-weight: bold; font-size: 20px; 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