Blog plugin in cms
Posted: Thu Sep 10, 2020 10:00 pm
when i use the blog plugin in cms , there is the word BLOG wich appears in the web page how can we change this word ans his size ?
Code: Select all
<style>
#wb_CmsView1 h3
{
font-size: 16px;
}
</style>