Buy me a coffee

Add Location icon before Summary Title

To add location icon before the summary title, you can follow these.

#1. Find Summary Block ID. Use this tool.

In my example, it is:

  • #block-yui_3_17_2_1_1723251230421_31715

Add Location Icon Before Summary Title 01 Min

#2. Use this code to Code Injection – Header

<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" />

Add Location Icon Before Summary Title 02 Min

#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;
}

Add Location Icon Before Summary Title 03 Min

#4. Result

Add Location Icon Before Summary Title 04 Min