How to change the font size?

Viewing 4 posts - 1 through 4 (of 4 total)
#187811

Adi Hidayat
Participant

I have tried changing the font size but the size never change. How to fix it? Thank You.

The code i changed:
.w3eden .package-title
{
margin: 0;
font-size: 21212121px;
line-height: 25px;
}

The text what i want change:
https://prnt.sc/2rFCc5up5_N1

#187814

Sagar Barua
Blocked

Hello Adi Hidayat
You can change the title font size from the page template/ link templates CSS section, Downloads > Templates, and also can change through your theme style scripts. I hope you have understood.

#187845

Adi Hidayat
Participant

Im sorry, but when i try using in CSS section the font size is still large (doesnt change), any suggestion?

#187876

Sagar Barua
Blocked

hi
For now, you can remove the following CSS from /download-manager/assets/css/front.css file. You will find it at the bottom of the file.
.w3eden .link-template-default.thumbnail .wpdm-download-link.btn{
padding: 0 20px !important;
line-height: 48px !important;
font-size: 12pt;
margin: 0;
}

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘How to change the font size?’ is closed to new replies.