Changing size font in title Minifrontpage Pro
- Posted by DEVISUAL IDC (17) Offline
Hello,
What is the CSS code to change the font size of the title in theme Default (Minifrontpage Pro)
Thank you in advanced
4 years 7 months ago #1
by DEVISUAL IDC
What is the CSS code to change the font size of the title in theme Default (Minifrontpage Pro)
Thank you in advanced
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
- Posted by DEVISUAL IDC (17) Offline
Hi;
Miwebsite is in a local host. But my question es very simple and I guess is valid fot all websites in general:
What is the CSS code to change the font size of the title in theme Default (Minifrontpage Pro)
Thank you in advanced
4 years 7 months ago #3
by DEVISUAL IDC
Miwebsite is in a local host. But my question es very simple and I guess is valid fot all websites in general:
What is the CSS code to change the font size of the title in theme Default (Minifrontpage Pro)
Thank you in advanced
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Hi, try this one :
if you use skin = card :
if you use skin = default
4 years 7 months ago #4
by TemplatePlazza
if you use skin = card :
.mfp_default_skin_card .mfp_default_item .mfp_default_title a{
font-size:30px!important;}
if you use skin = default
.mfp_default_skin_default .mfp_default_item .mfp_default_title a{
font-size:30px!important;}
Please Log in or Create an account to join the conversation.