-
I've searched myself for the proper way to do this and have not found the answer. So if I am duplicating I apologize.
The way I see it there are two ways to remove the Rocket Theme logo seen in the Copyright module of all templates.
1) Assuming a custom css file for overriding has already been created add this to it:
#rocket {
background: none;
height: 0;
width: 0;
}
This removes the logo and the space it occupies. This allows you to use the Features/Copyright/Show/On choice when in the Template Manager of the the default gantry template.
2) Do this in the template manager of the default gantry template:
Features/Copyright/Show/Off
Then create your own Custom HTML module and place it in the Copyright position.
-
Last Edit: 12 years 11 months ago by Rob Livingston.
-
The following users have thanked you: kleintone