hello there,
1. i want to disable the LINK in the title of each blog post. i have chosen to show the ENTIRE contents of each post on the blog page. i do not need … nor do i want … people to click off the page into the separate posts. i want everyone to stay on that “blog home” page.
2. how can i change the font size of all the blog titles? they are HUGE!
thanks,
chris
Hi vlkwatchman,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_elegant-blog #top .post-entry .post-title:hover {
opacity: 1;
}
.html_elegant-blog #top .post-entry .post-title a {
pointer-events: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
that worked! incredible. thanks!
chris
Hi, Chris!
We’re glad that that worked for you. We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
Sarah