By applestalk on Wednesday, 16 November 2022
Posted in General Issues
Replies 3
Likes 0
Views 493
Votes 0
Couldn't find how to do this anywhere. I would like to change "Blog Archives" to either "News Archives" or to hide it altogether.

EasyBlog 6.0.10 on Joomla 4.
I see, you can apply the following CSS from your site backend > Easyblog > themes > custom CSS (remember clear your browser cache before you test it)


body #eb.eb-view-archive .eb-bar--filter-bar {
display: none;
}


Or you can override the following language constants translation from the backend.


COM_EASYBLOG_ARCHIVE_HEADING="Blog Archives"



Hope this help.
·
Wednesday, 16 November 2022 17:02
·
0 Likes
·
0 Votes
·
0 Comments
·
You can hide this from the backend > modules > find "Stackideas Toolbar" > Easyblog tab > disable "display Archives" options.

Or you can override the following language constants translation from your site backend.


COM_EASYBLOG_TOOLBAR_ARCHIVES="Archives"
COM_EASYBLOG_TOOLBAR_CALENDAR="Calendar"
·
Wednesday, 16 November 2022 11:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex, but it's the heading "Blog Archives" I want to change or hide, not the actual Archives.
·
Wednesday, 16 November 2022 16:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post