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
-
Product on saleResponsive Club WordPress Theme – AyaClubProOriginal price was: $29.99.$25.00Current price is: $25.00.
-
Responsive Psychology WordPress Theme – AyaPsychologyPro$24.99
-
Responsive Books WordPress Theme – AyaBooksPro$24.99
-
Product on saleResponsive Handmade WordPress Theme – AyaHandmadeProOriginal price was: $29.99.$25.00Current price is: $25.00.
-
Product on saleResponsive Vegan WordPress Theme – VeganProOriginal price was: $29.99.$25.00Current price is: $25.00.
-
Responsive Medicine WordPress Theme – AyaMedicinePro$32.99
-
Product on saleResponsive Hair Salon WordPress Theme – AyaHairSalonProOriginal price was: $31.99.$25.99Current price is: $25.99.
-
Responsive Spiritual WordPress Theme – AyaSpiritPro$24.99
-
Responsive Traveling WordPress Theme – TourPro$24.99
-
Responsive Portfolio WordPress Theme – AyaPortfolioPro$24.99
-
Product on saleResponsive Landshafting WordPress Theme – LandshaftingProOriginal price was: $29.99.$25.00Current price is: $25.00.
-
Responsive Photography WordPress Theme – AyaPhotographyPro$24.99
-
Responsive Freelance WordPress Theme – AyaFreelancePro$24.99
-
Cover Book Mockup Design$4.00
Leave a Reply