Title: Increas
Last modified: July 30, 2023

---

# Increas

 *  Resolved [jayceezay](https://wordpress.org/support/users/jayceezay/)
 * (@jayceezay)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/increas/)
 * Hello. You’re plug-in is great and almost perfect for my use case. However, I
   find that when it is installed, the font size of my text to be copied inside 
   the code block is being fixed to its default size and cannot be increased.
 * I need to be able to increase the font size inside the code block, to catch the
   reader’s attention. Can you suggest a workaround for this? Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Mahesh Waghmare](https://wordpress.org/support/users/mahesh901122/)
 * (@mahesh901122)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/increas/#post-16933496)
 * Hello, I am not visualising the thing’s which you want to achieve.
 * Can you please share the details?
 * Share some screenshot , video or a reference link.
 * Once I get it then I will check the possible work around for it.
 * If there is any personal information which you don’t want to share on forum then
   you can communicate with me though email at [mwaghmare7@gmail.com](https://wordpress.org/support/topic/increas/mwaghmare7@gmail.com?output_format=md)
 *  Thread Starter [jayceezay](https://wordpress.org/support/users/jayceezay/)
 * (@jayceezay)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/increas/#post-16933580)
 * Hi Mahesh, here are the details:
 * Below is a newly created code block with text shown in default size.
 * > [View post on imgur.com](https://imgur.com/aVJJBWD)
 * Below is the same code block where I selected XL for the font size. What happened
   is the code block container increased in size, but the text inside it did not
   increase in size as expected.
 * > [View post on imgur.com](https://imgur.com/qLTNK6W)
 * However, if I uninstall the Copy Anything to Clipboard plug-in, the text size
   increases as expected.
 * Hope this helps, thanks!
 *  Plugin Author [Mahesh Waghmare](https://wordpress.org/support/users/mahesh901122/)
 * (@mahesh901122)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/increas/#post-16933599)
 * Let me check then.
 *  Plugin Author [Mahesh Waghmare](https://wordpress.org/support/users/mahesh901122/)
 * (@mahesh901122)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/increas/#post-16933611)
 * Hello [@jayceezay](https://wordpress.org/support/users/jayceezay/)
 * I have checked it on my own test environment. I’m facing the same.
 * But it’s not related with the “Copy Anything to Clipboard” plugin.
 * See:
 * > [View post on imgur.com](https://imgur.com/CzJB41w)
 * I have deactivated the plugin but it still not changing the size.
 * Can you please share the test page URL?
 * I’ll check it in the markup and let you know.
 *  Plugin Author [Mahesh Waghmare](https://wordpress.org/support/users/mahesh901122/)
 * (@mahesh901122)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/increas/#post-16933616)
 * [@jayceezay](https://wordpress.org/support/users/jayceezay/) I think you are 
   using the Astra theme. Or maybe you have diff. theme.
 * As I see the issue is with the theme CSS.
 * The theme not update the font size as per the selected block for the`code` block.
 * The fix for this is to add below CSS into the customizer CSS:
 *     ```wp-block-code
       .wp-block-code code {
           font-size: inherit;
       }
       ```
   
 * See, It works for me:
 * > [View post on imgur.com](https://imgur.com/xkNQd0M)
 *  Thread Starter [jayceezay](https://wordpress.org/support/users/jayceezay/)
 * (@jayceezay)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/increas/#post-16934155)
 * [@mahesh901122](https://wordpress.org/support/users/mahesh901122/) You are correct,
   I am using the Astra theme. Thanks for the quick CSS solution and the great support!
    -  This reply was modified 2 years, 10 months ago by [jayceezay](https://wordpress.org/support/users/jayceezay/).
 *  Plugin Author [Mahesh Waghmare](https://wordpress.org/support/users/mahesh901122/)
 * (@mahesh901122)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/increas/#post-16934177)
 * Hello [@jayceezay](https://wordpress.org/support/users/jayceezay/),
 * Thats great. Thanks for confirming.
 * I’ll mark this issue as resolved.
 * Also, Is it possible to give us a star rating? Your star rating helps other users
   to build trust in us.
 * As well as it’ll improve the plugin ranking.
 * You just need few minutes to give the rating from [https://wordpress.org/support/plugin/copy-the-code/reviews/?filter=5#new-post](https://wordpress.org/support/plugin/copy-the-code/reviews/?filter=5#new-post)
 * Again, Thank you for confirming the fix.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Increas’ is closed to new replies.

 * ![](https://ps.w.org/copy-the-code/assets/icon-256x256.png?rev=3451645)
 * [Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code](https://wordpress.org/plugins/copy-the-code/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/copy-the-code/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/copy-the-code/)
 * [Active Topics](https://wordpress.org/support/plugin/copy-the-code/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/copy-the-code/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/copy-the-code/reviews/)

## Tags

 * [feature request](https://wordpress.org/support/topic-tag/feature-request/)

 * 7 replies
 * 2 participants
 * Last reply from: [Mahesh Waghmare](https://wordpress.org/support/users/mahesh901122/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/increas/#post-16934177)
 * Status: resolved