- Posts: 60
- Thank you received: 0
Branding changes no effect on front-end
-
max1
Inactive member - Topic Author
- Member
Less
More
3 years 3 months ago #48006
by max1
Branding changes no effect on front-end was created by max1
Hi,
I just purchased Business Joomla 4 template.I Installled the template, and works fine out of the box.
However, when I am changing the font size of the page Header I see no color cange or font-size change. See the attachment.
Also when I choose my own logo, Then the Business Logo is still present.
See the different red arrows in the attachment.
Please help me with this issues.
Regards, Max
I just purchased Business Joomla 4 template.I Installled the template, and works fine out of the box.
However, when I am changing the font size of the page Header I see no color cange or font-size change. See the attachment.
Also when I choose my own logo, Then the Business Logo is still present.
See the different red arrows in the attachment.
Please help me with this issues.
Regards, Max
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
3 years 3 months ago #48007
by milos
Replied by milos on topic Branding changes no effect on front-end
Hi Max,
Article titles in Joomla 4.0 are now in the H1 tag. So, try changing them under H1 (component).
Best regards,
Milos
Article titles in Joomla 4.0 are now in the H1 tag. So, try changing them under H1 (component).
Best regards,
Milos
Please Log in to join the conversation.
-
max1
Inactive member - Topic Author
- Member
Less
More
- Posts: 60
- Thank you received: 0
3 years 3 months ago #48008
by max1
Replied by max1 on topic Branding changes no effect on front-end
Thanks Milos it works,
Please react also on my Logo issue. See above.
I have my Logo + Hotjoomla Logo.
See the attachment.
What went wrong?
regards, Max
Please react also on my Logo issue. See above.
I have my Logo + Hotjoomla Logo.
See the attachment.
What went wrong?
regards, Max
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
3 years 3 months ago #48009
by milos
Replied by milos on topic Branding changes no effect on front-end
Please go to Extensions > Templates > Hot Business > Custom > CSS and delete this:
and this:
Thanks
Code:
.mp_logo {
background: url(../images/logo1.png) no-repeat left;
background-size: 60px 60px;
background-position: 10px 6px;
}
and this:
Code:
.mp_logo .sparky_feature {
padding-left: 60px;
}
Thanks
Please Log in to join the conversation.
-
max1
Inactive member - Topic Author
- Member
Less
More
- Posts: 60
- Thank you received: 0
3 years 3 months ago #48010
by max1
Replied by max1 on topic Branding changes no effect on front-end
Thanks again Milos,
I added my own copyright text in the Footer. On the front I see the default text and my aded text::
Copyright © 2021 shanta 2021. Joomla templates powered by Sparky.
How do I get rid of the default footer copyright text?
Thanks!
Max
I added my own copyright text in the Footer. On the front I see the default text and my aded text::
Copyright © 2021 shanta 2021. Joomla templates powered by Sparky.
How do I get rid of the default footer copyright text?
Thanks!
Max
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
3 years 3 months ago #48011
by milos
Replied by milos on topic Branding changes no effect on front-end
You should edit template file /templates/sparky_framework/library/c.php and change this part:
with your custom copyright paragraph:
Regards,
Milos
Code:
<p class="copyright">Copyright © <?php echo date("Y ").$copyright; ?>. <a href="https://www.hotjoomlatemplates.com">Joomla templates</a> powered by Sparky.</p>
with your custom copyright paragraph:
Code:
<p class="copyright">My copyright text</p>
Regards,
Milos
The following user(s) said Thank You: max1
Please Log in to join the conversation.
Time to create page: 0.085 seconds