Hi
I have used Blog Grid element on posts with category “Articles”. I have 2 questions:
How do I change the size of the font of the title (it’s too large).
How do I get rid of the categories (although I’ve put display title only it gives the category and author )
I have looked at other comments and used some of the CSS suggested but nothing works.
I’ve also deactivated all plugins and activated again and it doesn’t change anything.
Thanks
Anji
Hi AnjiG!
Add this to your custom CSS.
.slide-entry-title { font-size: 20px !important; }
.blog-categories { display: none !important; }
Best regards,
Elliott
Hi Elliot
Thanks but doesn’t seem to work. I’ve even tried re-installing theme.
Anji
Hi Elliot
Just noticed the Blog grid is doing odd things on this page (see link) This was fine before but now the titles are huge and it’s got other info there too.
Thanks
Anji
Hi Elliot
Sorry…corrected the huge Titles (it was something to do with putting the Blog Styling on “Elegant” The CSS you gave me for getting rid of the blog categories however still don’t seem to work.
Thanks Again
Anji
Hi!
That should be working. Did you add it in Dashboard > Enfold > General Styling > Quick CSS? Try adding it to the very top before all of your other CSS just in case you have a typo somewhere.
Best regards,
Elliott
Hi Elliot
Thanks…that worked!
Anji