WPIntell

Source evidence

Change size of the close button

FireBox Popups – Increase Sales and Grow Your Email List · support · 2023-02-02T08:26:00+00:00

mixedsentiment
mediumseverity
0.85relevance
9replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 36 rows with source links

19.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
ciucaadrian11 resolved
Hello, How I can change the sise of the close button? I would like to meke it smaller the it is and circular. For the close button, If I saw correctly, there are only the option to resize the size of the icon (text) “X” or to upload my own icon. Thank you! Hello @ciucaadrian11 , If you use an Icon as your close button, you can set the size by going into your Popup > Design > Close Button > Size. You can then use a few CSS to make it circular and have a background color: .fb-{fpf fb.id} .fb-close { border-radius: 50%; width: 40px; height: 40px; background: #ff0000; } If you use an image as your close button, you can use the following CSS to make it circular and even set a width: .fb-{fpf fb.id} .fb-close img { border-radius: 50%; width: 40px; } Regards, Stergos Am incercat urmatoarea solutie pe care mi-ati recomandat-o: .fb-{fpf fb.id} .fb-close { border-radius: 50%; width: 40px; height: 40px; background: #ff0000; } and it is working, except for the icon which is not cetered in the circle. It is out of the circle. Thank you! You can try the following: .fb-{fpf fb.id} .fb-close { display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; width: 40px; height: 40px; background: #ff0000; } If the issue persists, please share a URL where your popup appears so I can take a look. Hello, The icon is not aligned yet. Please access the link Webin – Creare Site Web, SEO & Marketing Digital , scroll down, and click on button “ALEGE PLANUL” located in the red price table. Thank you! It looks like your theme is overriding the close button styling and does not allow the centering of the icon within the button. You can fix this by using the following CSS snippet: .fb-{fpf fb.id} .fb-close { display: inline-flex !important; align-items: center; justify-content: center; border-radius: 50%; width: 40px; height: 40px; padding: 0 !important; border: none !important; background: red; line-height: 1 !important; } This reply was modified 3 years, 3 months ago by Stergos Zamagias . It is working. Thank you very much. Glad it’s working! 🙂 Could you please do us a BIG favor and give it a 5-star rating to help us spread the word and boost our motivation? Done. Thank you! I appreciate your review and support 🙂

Comments

9 shown
Stergos Zamagias 2023-02-02T08:52:00+00:00

Hello @ciucaadrian11 , If you use an Icon as your close button, you can set the size by going into your Popup > Design > Close Button > Size. You can then use a few CSS to make it circular and have a background color: .fb-{fpf fb.id} .fb-close { border-radius: 50%; width: 40px; height: 40px; background: #ff0000; } If you use an image as your close button, you can use the following CSS to make it circular and even set a width: .fb-{fpf fb.id} .fb-close img { border-radius: 50%; width: 40px; } Regards, Stergos

ciucaadrian11 2023-02-02T09:06:00+00:00

Am incercat urmatoarea solutie pe care mi-ati recomandat-o: .fb-{fpf fb.id} .fb-close { border-radius: 50%; width: 40px; height: 40px; background: #ff0000; } and it is working, except for the icon which is not cetered in the circle. It is out of the circle. Thank you!

Stergos Zamagias 2023-02-02T09:27:00+00:00

You can try the following: .fb-{fpf fb.id} .fb-close { display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; width: 40px; height: 40px; background: #ff0000; } If the issue persists, please share a URL where your popup appears so I can take a look.

ciucaadrian11 2023-02-02T10:31:00+00:00

Hello, The icon is not aligned yet. Please access the link Webin – Creare Site Web, SEO & Marketing Digital , scroll down, and click on button “ALEGE PLANUL” located in the red price table. Thank you!

Stergos Zamagias 2023-02-02T10:49:00+00:00

It looks like your theme is overriding the close button styling and does not allow the centering of the icon within the button. You can fix this by using the following CSS snippet: .fb-{fpf fb.id} .fb-close { display: inline-flex !important; align-items: center; justify-content: center; border-radius: 50%; width: 40px; height: 40px; padding: 0 !important; border: none !important; background: red; line-height: 1 !important; } This reply was modified 3 years, 3 months ago by Stergos Zamagias .

ciucaadrian11 2023-02-02T12:22:00+00:00

It is working. Thank you very much.

Stergos Zamagias 2023-02-02T12:38:00+00:00

Glad it’s working! 🙂 Could you please do us a BIG favor and give it a 5-star rating to help us spread the word and boost our motivation?

ciucaadrian11 2023-02-02T12:47:00+00:00

Done. Thank you!

Stergos Zamagias 2023-02-02T13:00:00+00:00

I appreciate your review and support 🙂