Home › Forums › Support › 3rd Party Button Text Size This topic has 11 replies, 3 voices, and was last updated 2 years, 11 months ago by David. Viewing 12 posts - 1 through 12 (of 12 total) Author Posts March 27, 2023 at 5:00 am #2583884 Suman I am currently using affiliatables plugin but I am unable to change the button text to bold after adding it to the website. Is there any option to edit it using CSS? https://prnt.sc/ZmRxcj3cnWID March 27, 2023 at 7:14 am #2584057 DavidStaff Customer Support Hi there, try this: .cg-aff-link { font-weight: 700; } or for Black ( extra bold ): .cg-aff-link { font-weight: 900; } March 27, 2023 at 7:58 am #2584271 Suman Thank you David for your reply. I tried applying it but it’s changing the layout of the text as well. I only want to apply it to the button. March 27, 2023 at 10:15 am #2584494 YingStaff Customer Support David’s CSS only applies to the button in your screenshot with the class cg-aff-link. It should not change other text. March 27, 2023 at 10:23 am #2584503 Suman I used the Simple CSS plugin to use the code. Am I doing it right? Is there any other step involved? March 27, 2023 at 11:18 am #2584592 YingStaff Customer Support Can you try adding it to customizer > additional CSS? March 28, 2023 at 2:07 pm #2586228 Suman Yes, I tried adding it but unfortunately it’s not working. March 28, 2023 at 4:09 pm #2586307 YingStaff Customer Support Can you try changing the CSS to this? .cta-copy .cg-btn.cg-aff-link { font-weight: 900 !important; } March 29, 2023 at 1:43 am #2586732 Suman It worked. Thank you very much. Is it possible to increase the font size of the button as well? March 29, 2023 at 2:46 am #2586831 DavidStaff Customer Support Try: .cta-copy .cg-btn.cg-aff-link { font-weight: 900 !important; font-size: 40px; }z March 29, 2023 at 6:18 am #2587095 Suman Thank you David and Ying. It worked. March 29, 2023 at 8:17 am #2587421 DavidStaff Customer Support Glad to hear that! Author Posts Viewing 12 posts - 1 through 12 (of 12 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In