I was able to correct a lot of missing font-size values on headings and body content by applying custom css globally. I have 6 pages where I’m getting missing font-size error, and they are all shop and product category pages where there is either a grid or list view. I would like to apply custom css to resolve this as well, but I can’t find examples or syntax on the web. Can you provide me css to put into theme options to apply font-size to the lines below? I’ll also put my existing css below that for your reference. Thanks!
[a data-type=”grid” href=”https://www.discountkeystore.com/product-category/office-suites/?view_mode=grid”> Grid[/a]
[a data-type=”list” href=”https://www.discountkeystore.com/product-category/office-suites/?view_mode=list”> List[/a]
a {
text-decoration: underline; font-size: 10pt;
}
h1 {
font-size: 20pt;
}
h2 {
font-size: 20pt;
}
h3 {
font-size: 18pt;
}
h4 {
font-size: 16pt;
}
#content .page .entry-title {
font-weight: 700;
font-size: 30px;
}