Same css file to all pages

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
infokalarakis
 
 
Posts: 7
Joined: Wed Jul 20, 2022 9:51 am

Same css file to all pages

Post by infokalarakis »

On publish WB it automatically adds
<link href="programs.css" rel="stylesheet">

the project includes the page programs.php.

When the page dioikhtikos28.php is published, it has:
<link href="programs.css" rel="stylesheet">
<link href="dioikitikos28.css" rel="stylesheet">
resulting in the programs.css of the regular page being disrupted.
Which setting do I need to change in the program?
User avatar
Pablo
 
Posts: 23239
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Same css file to all pages

Post by Pablo »

Each page has two CSS files: one for global styles shared across the site, and another for local styles specific to that page.

You can control this via Tools -> Options -> HTML
Post Reply