• sarinatariq

    (@sarinatariq)


    can u please give me the code to hide – ? 2016 Powered by WordPress | Theme: AccessPress Mag line
    thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Access Keys

    (@access-keys)

    Hello there,

    We do not encourage to remove footer credit link because it is only the credit we get for our free work.

    You can purchase the Pro version of Mag which has the feature to remove/edit footer link.

    Thanks,

    jamesgicharu

    (@jamesgicharu)

    have you tried using .[class/id] {
    display: none;

    example .page-item-2505 {
    display: none;

    jamesgicharu

    (@jamesgicharu)

    if that doesnt come in handy try adding these line inside the functions.php of your child theme.

    add_filter( ‘widget_meta_poweredby’, ‘__return_empty_string’ );

    make sure its inside the <?php ?> of the functions.php

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘css code to to remove footer credit’ is closed to new replies.