Gorgo
Gorgo
Offline
0
Hi,

I just add some payement method and I have a little question about a CSS problem...

I would like "reduce" the size of the payement title (see the screenshot)
I see in the console it's a h3 size at 27px...
I would like add a change to 12px in a custom.css but I dont know wath i need to place exactly in the file.

Can you give me a little advice for this ?

Thanks a lot !
Attachments:

Accepted Answer

Wednesday, April 29 2020, 02:02 PM - #Permalink
0
it's just the font-size

you can add this to any of your CSS file:

.invoicesfieldset h3{
font-size: 18px !important;
}
The reply is currently minimized Show
Responses (3)
  • Accepted Answer

    Sunday, April 19 2020, 09:22 PM - #Permalink
    0
    hi

    can you send a link? there must be some other CSS conflicting with this

    you can place CSS in any place of the file, really
    The reply is currently minimized Show
  • Accepted Answer

    Gorgo
    Gorgo
    Offline
    Sunday, April 19 2020, 09:25 PM - #Permalink
    0
    The reply is currently minimized Show
  • Accepted Answer

    Gorgo
    Gorgo
    Offline
    Wednesday, April 29 2020, 02:10 PM - #Permalink
    0
    Perfect ! Thanks !
    The reply is currently minimized Show
Your Reply