manya
asked 9 years ago

Dear support team,

Another question- I have changed the weight of my single posts,

.single .site-content>.hentry .entry-content {
font-size: 18px;
line-height: 2.08rem !important;
}

Which works fine, but it does not work for pages. Like "about" page, etc. How to do the same also for pages, not just posts?

Regards.

1 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file:

.page .site-content>.hentry .entry-content {
font-size: 18px;
line-height: 2.08em !important;
}

Regards,

Manya
replied 9 years ago

Thank you dominic, I forgot to close this topic!

Powered by DW Question & Answer Pro