i cannot change the font weight
hi, when i use this code in column <p style="color: #fff; font-weight: normal; font-size: 16px;">Text</p>
or this code <h6 style="color: #fff; font-weight: normal; font-size: 16px;">Text</h6> i see in both cases bold. I tried many different combinations, also changing settings in muffin options but nothing seems to work. When i put the codes in the column in the following exact order finally i see the font weight normal :
<p style="color: #fff; font-weight: normal; font-size: 16px;"></p>
<h6 style="color: #fff; font-weight: normal; font-size: 16px;">Text</h6>
Im going crazy can you help me?
The page im working : https://www.creatiwa.it/search-engine-optimization-guida-per-indicizzare-il-tuo-sito-web/
or this code <h6 style="color: #fff; font-weight: normal; font-size: 16px;">Text</h6> i see in both cases bold. I tried many different combinations, also changing settings in muffin options but nothing seems to work. When i put the codes in the column in the following exact order finally i see the font weight normal :
<p style="color: #fff; font-weight: normal; font-size: 16px;"></p>
<h6 style="color: #fff; font-weight: normal; font-size: 16px;">Text</h6>
Im going crazy can you help me?
The page im working : https://www.creatiwa.it/search-engine-optimization-guida-per-indicizzare-il-tuo-sito-web/
Comments
yes, you have declared <p> as font weight normal, but inside there are <b></b> tags so it makes it bold
http://prntscr.com/j1panw
thanks
Here the page of the screenshot https://www.creatiwa.it/e-commerce-management-vantaggi-ed-opportunita-del-commercio-elettronico/
thanks