Generatepress 기본테마로 테스트 했습니다.
아래의 스타일을 복사하여 워드프레스 관리자 > 모양 > 사용자 정의 > 추가 CSS에 붙여넣으세요.
.entry-content h2 {
font-size: 28px;
font-weight: bold;
color: #2c3e50;
text-transform: uppercase;
letter-spacing: 1px;
margin: 40px 0 20px;
padding-bottom: 10px;
border-bottom: 2px solid #3498db;
position: relative;
}
.entry-content h2:before {
content: '';
position: absolute;
width: 50px;
height: 5px;
background: #3498db;
top: -10px;
left: 0;
}
.entry-content h3 {
font-size: 22px;
color: #34495e;
margin: 30px 0 15px;
padding-left: 15px;
border-left: 3px solid #3498db;
}
.entry-content h2 {
border-bottom: 2px solid #2196F3;
padding-bottom: 10px;
font-size: 26px;
color: #333;
margin-bottom: 20px;
}
.entry-content h3 {
color: #2196F3;
font-size: 20px;
padding-left: 12px;
border-left: 3px solid #2196F3;
margin: 25px 0 15px;
}
.entry-content h2 {
background: linear-gradient(to right, #f6d365, #fda085);
padding: 12px 20px;
color: white;
border-radius: 5px;
font-size: 24px;
}
.entry-content h3 {
background: linear-gradient(to right, #fda085, #f6d365);
padding: 8px 15px;
color: white;
border-radius: 3px;
font-size: 20px;
margin-top: 20px;
}
.entry-content h2 {
background: #f5f5f5;
border: 1px solid #ddd;
padding: 15px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
font-size: 24px;
color: #333;
}
.entry-content h3 {
background: #f9f9f9;
border: 1px solid #eee;
padding: 10px;
border-radius: 6px;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
font-size: 20px;
color: #444;
margin-top: 20px;
}
/* Target H2 headings only within post content */
.entry-content h2 {
margin: 1.15em 0 0.6em 0;
font-weight: normal;
position: relative;
font-size: 25px;
line-height: 40px;
background: #007CBA;
border: 1px solid #fff;
padding: 5px 15px;
color: white;
border-radius: 0 10px 0 10px;
box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
}
/* Target H3 headings only within post content */
.entry-content h3 {
color: #124875;
padding-bottom: 10px;
text-align: left;
border-left: #18609C 10px solid;
padding: 3px 9px;
margin: 30px 0 20px 0;
background-color: #FFF;
border-bottom: 2px solid #18609C;
font-size: 1.2em;
font-weight: 700;
}