Blog plugin in cms
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/cms_tools.html
A lot of information about the Content Manager System can be found in the help/manual. Please read this first before posting any questions! Also check out the demo template that is include with the software.
CMS trouble shooting / FAQ:
viewtopic.php?f=10&t=43245
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/cms_tools.html
A lot of information about the Content Manager System can be found in the help/manual. Please read this first before posting any questions! Also check out the demo template that is include with the software.
CMS trouble shooting / FAQ:
viewtopic.php?f=10&t=43245
Blog plugin in cms
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 ?
Re: Blog plugin in cms
The word 'Blog' is defined in the file: plugin.php
The text is a h3 heading.
You can control the font size via CSS:
The text is a h3 heading.
You can control the font size via CSS:
Code: Select all
<style>
#wb_CmsView1 h3
{
font-size: 16px;
}
</style>