i cannot change the font weight
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 : [Links visible only for registered users]
Comments
yes, you have declared <p> as font weight normal, but inside there are <b></b> tags so it makes it bold
[Links visible only for registered users]
thanks
Here the page of the screenshot [Links visible only for registered users]
thanks