In some cases you may want to separate the footer copyright text into a different colored box. It will require a small code change and here is a guide how it can be done:
1.Login to your Admin Panel
2. Navigate to Left Menu -> Appearance -> Editor
3. Open footer.php
4. Move the following code:
<div id="copyright">
<?php tishonator_show_copyright_text(); ?>
</div><!-- #copyright -->
below:
<?php wp_footer(); ?>
So, after the change the end of your footer.php should looks like:
<?php wp_footer(); ?>
<div id="copyright">
<?php tishonator_show_copyright_text(); ?>
</div><!-- #copyright -->
</body>
</html>
5. Save change
6. Navigate to Left Menu -> Appearance -> Customize -> ‘Additional CSS’ Section and Insert the following code:
#copyright {
background-color: #CCC;
color: #111;
padding: 10px;
}
#copyright a {
color: #111;
}
#copyright a:hover {
color: #111;
}
Please Note: You can change the above color values.
7. Save changes
Best-selling Products:
-
All Premium WordPress Themes$51.00
-
AyaClubPro – Responsive Club WordPress Theme$29.99
-
AyaPsychologyPro – Responsive Psychology WordPress Theme$24.99
-
AyaBooksPro – Responsive Books WordPress Theme$24.99
-
AyaHandmadePro – Responsive Handmade WordPress Theme$29.99
-
VeganPro – Responsive Vegan WordPress Theme$29.99
-
AyaMedicinePro – Responsive Medicine WordPress Theme$32.99
-
AyaHairSalonPro – Responsive Hair Salon WordPress Theme$31.99
-
AyaSpiritPro – Responsive Spiritual WordPress Theme$24.99
-
TourPro – Responsive Traveling WordPress Theme$24.99
-
AyaPortfolioPro – Responsive Portfolio WordPress Theme$24.99
-
LandshaftingPro – Responsive Landshafting WordPress Theme$29.99
-
AyaPhotographyPro – Responsive Photography WordPress Theme$24.99
-
AyaFreelancePro – Responsive Freelance WordPress Theme$24.99
-
Cover Book Mockup Design$4.00
Leave a Reply