I have looked at both the basicstyles and the framemarket

I have looked at both the basicstyles and the framemarket css files and can’t find where the titles is being called for each product.

The fonts in this theme are hugs and I want to restyle them.

I tried adding fonts to a child style.css and they didn’t take.

any suggestions?

I found one post in the forum but it referenced the sidebar, not the main titles of products.

  • Jack Kitterhing
    • Code Norris

    Hi there @Kelly

    I hope you are well today, They are in grid.css

    grid.css
    h1.post-title{padding-bottom:10px;}
    h1{font-size:22px;color:#000000;padding-bottom:10px;}
    h2{font-size:20px;color:#000000;padding-bottom:10px;}
    h3{font-size:18px;color:#000000;padding-bottom:10px;}
    h4{font-size:16px;color:#000000;padding-bottom:10px;}
    h5{font-size:14px;color:#000000;padding-bottom:10px;}
    h6{font-size:12px;color:#000000;padding-bottom:10px;} 7:30 AM
    and we can then add the font family too
    framemarket-1.5.3framemarketthemesgridmarketcssgrid.css
    line 251

    :slight_smile:

    Please let me know if I can be of any further assistance :slight_smile:

    Thank you!

    Kind Regards

    Jack.