채택완료

채러티 비즈니스 테마 하위메뉴 표시 부분 질문

2021-06-22 (화) 08:55:19 2,869

답변 1개 / 댓글 1개

채택된 답변
+20 포인트

1.  <h2><?php echo $group2['subject']; ?><?php echo $board['bo_subject'] ?><?php echo $g5['title'] = $co['co_subject']; ?></strong></h2> 제거

2. theme/charity_business/css/style.css 754줄

#inner-headline {
    background: #252525;  
    position: relative;
    margin: 0;
    padding: 0;
    color: #fefefe;

    background-image: url(배경이미지주소); <- 추가

   background-repeat : no-repeat; <- 추가

   background-size : cover; <- 추가
}

답변에 대한 댓글 1개

이미지 추가 까지 수월하게 해결했습니다.. Phillips님 감사합니다.

답변을 작성하려면 로그인이 필요합니다.