• Resolved nathan1986

    (@nathan1986)


    Hi All

    I’m trying to remove the footer credits on the theme. Normally i just remove it in the footer.php file but now it is in the extras.php file and when i try to remove it there i get error 406 Not Acceptable.

    TIA

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter nathan1986

    (@nathan1986)

    Hi Nathan,

    You can achieve what you’re after by adding following custom CSS to your theme using Jetpack’s Custom CSS Module by navigating to Appearance -> Edit CSS from your WordPress dashboard.

    .site-footer .site-info span{
        display:none;
    }

    Hope it helps.

    Theme Author Rara Themes

    (@raratheme)

    Hi nathan1986,

    Elegant Pink has Custom CSS Setting, which you can use for writing custom CSS. You don’t need to add Jetpack’s Custom CSS Module.

    Go to Appearance > Customize > Custom CSS Settings and add the following codes and save the changes.

    .site-footer .site-info span{
        display:none;
    }

    This way the footer credits will no longer display.

    Unfortunately, the copyright credits of your company will also be hidden with this.

    The feature to remove footer credits and add custom footer credit is available in premium version, with tons of other features.

    If you have further questions or need quick support, feel free to write to us on our support forum.

    Thank you.

    Best regards,
    Raushan
    Rara Theme Support Team

    Thread Starter nathan1986

    (@nathan1986)

    Thanks guys. That worked when i pasted it in the custom css. another issue i have is on the footer widget i have installed WP Social Networks. for some reason it always drops the last social icon down and does not keep it in line. Any thoughts on why? i have tried a couple of other plugins and all do the same so i’m thinking it has something to do with the footer widget area itself.

    TIA

    Theme Author Rara Themes

    (@raratheme)

    Hi nathan1986,

    Please add the following CSS in custom CSS. This will solve the issue.

    .site-footer .widget .social-networks li:last-child{
     border-bottom: 1px solid #f4f2f3;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    Let me know whether it works or not.

    Thank you.

    Best regards,
    Raushan Jaiswal
    Rara Theme Support Team

    Thread Starter nathan1986

    (@nathan1986)

    Hi Raushan

    Thank you very much for your help with this it worked Perfectly.

    Happy days
    Nathan ??

    Dglok

    • This reply was modified 8 years, 3 months ago by erchampion.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove footer credits in elegant pink theme’ is closed to new replies.