Copyright Text Color Change?

More
9 years 11 months ago #43871 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/
Attachments:

Please Log in to join the conversation.

More
9 years 11 months ago #43874 by ivan.milic
Use just:

.mp_copyright p{
color:#ffffff;
}


or if that does not work:

.mp_copyright p{
color:#ffffff!important;
}

Please Log in to join the conversation.

More
9 years 11 months ago #43878 by kiwikidusa
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?

Please Log in to join the conversation.

More
9 years 11 months ago #43880 by ivan.milic
For follow me it would be:

.mp_footer li{
color:#ffffff;
}
The following user(s) said Thank You: kiwikidusa

Please Log in to join the conversation.

More
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
  • Moderator
More
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:
Code:
<p class="copyright">Copyright &copy; <?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
Powered by Kunena Forum