Copyright links [Solved] Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Copyright links [Solved]

    AuQaClan
    AuQaClan
    Forumember


    Male Posts : 283
    Reputation : 5
    Language : english

    Solved Copyright links [Solved]

    Post by AuQaClan March 1st 2015, 12:10 am

    My forum does not contain the 'phpBB' and 'Report an abuse' links which are apparently required.


    My forum: http://www.gameandchat.com/


    How do i add these links back as they were deleted in the new theme i installed?


    Last edited by AuQaClan on March 1st 2015, 1:00 am; edited 1 time in total
    avatar
    Fierce Star
    Forumember


    Male Posts : 110
    Reputation : 17
    Language : English
    Location : United States

    Solved Re: Copyright links [Solved]

    Post by Fierce Star March 1st 2015, 12:36 am

    Try adding this rule to the top of your CSS (ACP -> Display -> Colors -> CSS Stylesheet):
    Code:
    #pun-about {
        display: block !important;
    }
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Solved Re: Copyright links [Solved]

    Post by _Twisted_Mods_ March 1st 2015, 12:40 am

    search your css

    acp>display>colors>css tab

    for

    Code:
    #pun-about

    you will see something like

    Code:
    #pun-about{
    background-color:transparent;
    border:0;
    display:none;
    font-size:.8em;
    line-height:150%;
    padding:.6em 1em;
    text-align:right
    }

    remove

    Code:
    display:none;

    save
    AuQaClan
    AuQaClan
    Forumember


    Male Posts : 283
    Reputation : 5
    Language : english

    Solved Re: Copyright links [Solved]

    Post by AuQaClan March 1st 2015, 1:00 am

    Thanks solved
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Solved Re: Copyright links [Solved]

    Post by _Twisted_Mods_ March 1st 2015, 1:26 am

    Topic solved and archived