Hi @julieselarsen ,
Since the individual post pages are based off the WordPress post template, we can try putting these two styles into your theme’s custom CSS instead.
To do this, click “Appearance” (in the left side WordPress admin menu) -> “Customize” then scroll down on the left to “Additional CSS” and put this CSS in to start:
.ufaq h1.post-title.entry-title {
font-size: 30px;}
.type-ufaq.ufaq p.post-meta.entry-meta {
display:none;}
(After clearing your cache, let us know if anything changes on https://www.hemonto.com/finansordbog/hedgefonde/)
Hi,
Thank you, that works so well 🙂
Can I also change the font color for the text (p) of all the faqs to #0b3048?
Hi Julie,
Can you try adding this code:
.type-ufaq .entry-content p {
color:#0b3048;}
To ‘Appearance’->’Customize’->’Additional CSS’?