Good morning,
Using Shaper_melvin, I made some modifications to the template using the Custom Code - Custom CSS section.
Unfortunately, whatever code I write is not being recognized or applied by the template.
Here is an example:
To change the font size of the top menu, I inserted the following CSS code:
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
display: inline-block;
padding: 0 20px;
line-height: 90px;
font-size: 14px;
letter-spacing: 1px;
color: #fff;
margin: 0;
font-weight: 500;
}
I have tried making other color changes, but to no avail; none of the CSS overrides are being applied. Could I please ask for your help to understand why this is happening?