Ahoy, I would like to customize the blog posts widget on the home page of my website online. I do not want it to effect other instances of the widget. Only the page in the private content
I would like to do the following:
Make the size of the “title” bigger and the body text smaller
Please Advise
Hey mcraig77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-726 h3.entry-title {
font-size: 1.5em!important;
}
body.page-id-726 {
font: 14px/1.5em !important;
}
Best regards,
Vinay
Ahoy,
The title seems to change but I can’t seem to get the body to change… please advise.
Hi,
For the body, please try the following:
body.page-id-726 {
font: 14px !important;
}
Best regards,
Jordan
Ahoy jordan,
That doesn’t seem to work either.
please advise
Hi!
1- It seems like you have already figured out the title by using following code
.page-id-726 h3.entry-title {
font-size: 1.7em!important;
}
2- Please add following code to Quick CSS
.page-id-726 .custom-blog .slide-entry-excerpt {
font-size: 12px;
}
If that does not help, please create a temporary admin login and post it here privately.
Regards,
Yigit