Hi
Our company was just acquired so we must rebrand our documentation. Can I apply the new stylesheet to multiple topics at one time, or do I have to go into the Topic Properties of each individual topic to apply the new css?
Thanks in advance!
Update multiple topics to new stylesheet at one time
Re: Update multiple topics to new stylesheet at one time
The easiest way would be just to keep the same filename for the CSS file, so you don't have to change any links.
If you need to change the stylesheet link, then it depends how that is set up in your project.
Stylesheets links can be:
(a) Set using a Master Stylesheet in the target.
(b) Set in master pages.
(c) Set in topics.
If the stylesheets are set in topics, then I'd suggest using a find and replace (with Find in source code option) to update the stylesheet links.
Alternatively, you could use the File List view to select multiple topics at once, and update the link in topic properties.
If you need to change the stylesheet link, then it depends how that is set up in your project.
Stylesheets links can be:
(a) Set using a Master Stylesheet in the target.
(b) Set in master pages.
(c) Set in topics.
If the stylesheets are set in topics, then I'd suggest using a find and replace (with Find in source code option) to update the stylesheet links.
Alternatively, you could use the File List view to select multiple topics at once, and update the link in topic properties.
Re: Update multiple topics to new stylesheet at one time
Thanks so much! The File List method worked!