Enlarge "more payment methods" phrase

How can I enlarge the “more payment methods” on the product page?

@Karen_Shedrin

Please add the following code at the bottom of your css file.

#more-payment-options-link{
font-size: 20px; !important;
}

You can set the font size as per your need.

Hope this helps.

Please add the following code at the bottom of your css file.

File Name base.css aur theme.css

#more-payment-options-link*{*
font-size: 24px; !important;
}

Hi Karen,

To help you with enlarging the “More payment options” section on the product page, could you please share your store URL or store name and also confirm which theme you are currently using?

This will help us review the setup and provide the most accurate solution or CSS adjustments for your specific theme.

Looking forward to your response.

Hello,

Thank you for getting back to me.

My store URL is : www.hausno-7.com

The theme that I am currently using is “Horizon”.

I appreciate your support.

Hi, Thank you for your reply. I am using “Horizon” theme. Please specify to which CSS file I should add the code you sent.

Thx

You shouldn’t need to edit the files. Simply go to theme editor, click on the product section, scroll down to “custom css” and paste it there.

This is designed for you as an alternative to editing the theme file for styling. It is not overridden during theme updates so your custom css will stay intact.

Please add the following code at the bottom of your css file.

File Name base.css

#more-payment-options-link{
font-size: 24px !important;
}