- Posts: 10
- Thank you received: 0
Problem with Logo
-
enquiries9
Inactive member - Topic Author
- New Member
Less
More
3 years 3 months ago #48107
by enquiries9
Problem with Logo was created by enquiries9
The logo on
www.signpostdev.co.uk/COUSINS/
will not allow editing so as to leave only one version showing.
Also cannot reorder navigation items.
This site was uploaded with demo content.
Also cannot reorder navigation items.
This site was uploaded with demo content.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
3 years 3 months ago #48108
by milos
Replied by milos on topic Problem with Logo
Hello,
To keep only your red logo, without text, go to System > Site Template Styles > Hot Business - Default > Custom > CSS (refresh once if you don't see the code). Delete this:
.
and this:
To re-order the menu items, go to Menus > Menu Name. Click the arrows (left from the Status column). Then the 3-dots icons next to each menu item will become dark. Drag any of them up or down to re-order. You can also change the number of menu items shown per page (default is 20).
Regards,
Milos
To keep only your red logo, without text, go to System > Site Template Styles > Hot Business - Default > Custom > CSS (refresh once if you don't see the code). Delete this:
Code:
.mp_logo .sparky_feature {
padding-left: 60px;
}
and this:
Code:
.mp_logo {
background: url(../images/logo1.png) no-repeat left;
background-size: 60px 60px;
background-position: 10px 6px;
}
To re-order the menu items, go to Menus > Menu Name. Click the arrows (left from the Status column). Then the 3-dots icons next to each menu item will become dark. Drag any of them up or down to re-order. You can also change the number of menu items shown per page (default is 20).
Regards,
Milos
Please Log in to join the conversation.
-
kapary
Active member - Member
Less
More
- Posts: 46
- Thank you received: 0
2 years 5 months ago #49319
by kapary
Replied by kapary on topic Problem with Logo
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
2 years 5 months ago #49321
by milos
Replied by milos on topic Problem with Logo
Hello,
The code can also be in file /media/templates/site/business/css/custom.css
Regards,
Milos
The code can also be in file /media/templates/site/business/css/custom.css
Regards,
Milos
Please Log in to join the conversation.
-
kapary
Active member - Member
Less
More
- Posts: 46
- Thank you received: 0
2 years 5 months ago #49322
by kapary
Replied by kapary on topic Problem with Logo
Yes, on custom.css. I already got it.
Now Im trying to change the background color to #00443d on the Row (CUSTOM.CSS line 705), after editing to:
.user_row {
padding: 50px 0;
background: #00443d;
background-size: 1023px 682px;
}
i can not see the changes, Cache empty at the Browser done. Its looks only without background image. Please sse the screenshots:
Any suggestion???
Regards
Now Im trying to change the background color to #00443d on the Row (CUSTOM.CSS line 705), after editing to:
.user_row {
padding: 50px 0;
background: #00443d;
background-size: 1023px 682px;
}
i can not see the changes, Cache empty at the Browser done. Its looks only without background image. Please sse the screenshots:
Any suggestion???
Regards
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
2 years 5 months ago #49323
by milos
Replied by milos on topic Problem with Logo
Hello,
Maybe the row background color is set in the template options. More info about the Row Background option here www.hotjoomlatemplates.com/sparky-docume.../layout/row-settings
Regards,
Milos
Maybe the row background color is set in the template options. More info about the Row Background option here www.hotjoomlatemplates.com/sparky-docume.../layout/row-settings
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.158 seconds