# 앱 설치 권장 팝업 커스터마이징 방법 (버튼 타입 이용 시)

<mark style="color:blue;">앱 설치 권장 팝업의 버튼 타입은 다양한 형태의 커스터마이징 및 확장이 가능해요.</mark>\ <mark style="color:blue;">아래의 예시를 참고하시어, 상점에서 원하는 방향과 형태에 맞춰 파워앱을 이용해 보세요.</mark>

***

> **예시 : 팝업 확장 내용**\
> \- 버튼 박스 모서리 반경 변경\
> \- 글씨 폰트 크기 변경

## CSS 추가

```
body #powerAPP .powreAPP_bt div.powreAPP_bt_down, body #powerAPP .powreAPP_bt div.powreAPP_bt_ct {font-size:14px; border-radius: 15px;}
```

## 확장 이미지

<figure><img src="/files/RibS39hBnu2TaS3TbIjE" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.makeshop.co.kr/faq/mobile/undefined-1/undefined-37.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
