Is there a way to rename the .css file? Because it is giving conflict in my website, when changing the name, different from the .php file there it works perfectly.
Is there a way to change the name of the .css so that it doesn't come out with the same name as the .php file?
Change name of the .css
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Change name of the .css
The name of the global css files is related to the name of the project, so renaming the project file will also rename the CSS file.
Alternative, you can a site variable:
$PROJECT_CSS$
This is documented in the help.
Alternative, you can a site variable:
$PROJECT_CSS$
This is documented in the help.