1. Go to publisher jaggery app (/repository/deployment/server/jaggeryapps/publisher)
2. Go to subthemes folder in publisher (site/themes/default/subthemes)
3. Create a folder with the name of your subtheme. For example "nofooter"
4. Create a folder called 'css' inside 'nofooter' folder
5. Copy the "/repository/deployment/server/jaggeryapps/publisher/site/themes/default/css/localstyles.css" to the new subtheme's css location " /repository/deployment/server/jaggeryapps/publisher/site/themes/default/subthemes/nofooter/css/"
6. Copy the "/repository/deployment/server/jaggeryapps/publisher/site/themes/default/images" folder to the new subtheme location " /repository/deployment/server/jaggeryapps/publisher/site/themes/default/subthemes/nofooter/"
7. add following css to localstyles.css file in "/repository/deployment/server/jaggeryapps/publisher/site/themes/default/subthemes/nofooter/css/" folder
#footer{
display:none;
}
8. Edit "/repository/deployment/server/jaggeryapps/publisher/site/conf/site.json" file as below in order to make the new sub theme as the default theme.
"theme" : {
"base" : "default",
"subtheme" : "nofooter"
}
2. Go to subthemes folder in publisher (site/themes/default/subthemes)
3. Create a folder with the name of your subtheme. For example "nofooter"
4. Create a folder called 'css' inside 'nofooter' folder
5. Copy the "
6. Copy the "
7. add following css to localstyles.css file in "
#footer{
display:none;
}
8. Edit "/repository/deployment/server/jaggeryapps/publisher/site/conf/site.json" file as below in order to make the new sub theme as the default theme.
"theme" : {
"base" : "default",
"subtheme" : "nofooter"
}
No comments:
Post a Comment