Blog plugin in cms

Issues related to the CMS tools of WYSIWYG Web Builder.
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
Post Reply
maxime
 
 
Posts: 117
Joined: Sat Apr 02, 2011 6:15 pm
Contact:

Blog plugin in cms

Post by maxime »

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 ?
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Blog plugin in cms

Post by Pablo »

The word 'Blog' is defined in the file: plugin.php

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>
Post Reply