Text formatting using + / - is not working in custom theme

Hi,

Can someone explain me from my custom code :

1) which size will it use as default for Paragraph from the below code?

-------------------------------------------------------------------------------------------

@Media screen and (max-width: 2000px) {

p {

font-size:15px;
  font {
     &[size="1"] {
    font-size: 75% !important;
    }
    &[size="2"] {
    font-size: 85% !important;
    }
    &[size="3"] { /* defalt size for Paragraph */
    font-size: 100% !important;
    }
   &[size="4"] {
   font-size: 120% !important;
   }
   &[size="5"] {
    font-size: 130% !important;
    }
    &[size="6"] {
    font-size: 140% !important;
    }
    &[size="7"] {
    font-size: 150% !important;
    }
  }

}

---------------------------------------------

NOTE: for me its using default size "3" whenever I do + / - it goes to "4" and size "2". Is there any way to set default for size="2" ?

####################################################

Regards,

Ak Singh

438 Views
Message 1 of 2
Report
1 REPLY 1
Square

Hi @akalsingh If you are requesting help with code from other users it is best to provide your url. You might also want to check Theme>Change Font and see what size you have set for Paragraph. Thanks! 

413 Views
Message 3 of 2
Report