- Posts: 28
- Thank you received: 0
Copyright Text Color Change?
-
kiwikidusa
Inactive member - Topic Author
- Member
Less
More
9 years 11 months ago #43871
by kiwikidusa
Copyright Text Color Change? was created by kiwikidusa
I found elsewhere in the Support Forum the following code to change the copyright text color. I added the following at the end of template.css.css, but the copyright text color does not change, please see attached screenshot.
/*for footer*/
.mp_copyright .custom p{
color:#ffffff
}
The site link is: www.bushingsinc.com/dev/
/*for footer*/
.mp_copyright .custom p{
color:#ffffff
}
The site link is: www.bushingsinc.com/dev/
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 11 months ago #43874
by ivan.milic
Replied by ivan.milic on topic Copyright Text Color Change?
Use just:
.mp_copyright p{
color:#ffffff;
}
or if that does not work:
.mp_copyright p{
color:#ffffff!important;
}
.mp_copyright p{
color:#ffffff;
}
or if that does not work:
.mp_copyright p{
color:#ffffff!important;
}
Please Log in to join the conversation.
-
kiwikidusa
Inactive member - Topic Author
- Member
Less
More
- Posts: 28
- Thank you received: 0
9 years 11 months ago #43878
by kiwikidusa
Replied by kiwikidusa on topic Copyright Text Color Change?
Ivan Thank You. It works.
The Follow Me: text in the footer I'd like to be white too, but the .mp_copyright p doesn't seem to work. What is correct?
The Follow Me: text in the footer I'd like to be white too, but the .mp_copyright p doesn't seem to work. What is correct?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 11 months ago #43880
by ivan.milic
Replied by ivan.milic on topic Copyright Text Color Change?
For follow me it would be:
.mp_footer li{
color:#ffffff;
}
.mp_footer li{
color:#ffffff;
}
The following user(s) said Thank You: kiwikidusa
Please Log in to join the conversation.
-
yvonne
Inactive member - New Member
Less
More
- Posts: 12
- Thank you received: 0
6 years 7 months ago #47278
by yvonne
Replied by yvonne on topic Copyright Text Color Change?
How do I remove the copyright?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
6 years 7 months ago #47279
by milos
Replied by milos on topic Copyright Text Color Change?
Hi,
Edit file /templates/hot_corporate/library/c.php and edit this paragraph:
Thanks,
Milos
Edit file /templates/hot_corporate/library/c.php and edit this paragraph:
Code:
<p class="copyright">Copyright © <?php echo date("Y ").$copyright; ?>. <a href="https://www.hotjoomlatemplates.com">Joomla templates</a> powered by Sparky.</p>
Thanks,
Milos
Please Log in to join the conversation.
Time to create page: 0.173 seconds