Footer Links 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.
4 posters

    Footer Links

    Wealh
    Wealh
    Forumember


    Posts : 69
    Reputation : 6
    Language : English

    In progress Footer Links

    Post by Wealh October 17th 2015, 5:33 am

    Hi, I want to know how to change the footer links color on my forum, I want the links to be black or something.

    http://boredom.iftopic.com/

    thanks in advance!
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Footer Links

    Post by SLGray October 17th 2015, 6:21 am

    If you are trying to hide them by changing the color, you will be breaking the Terms of Service.

    If not, add this to your CSS Stylesheet:
    Code:
    #pun-about ul li a {
        color: YOUR COLOR;
    }



    Footer Links Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Wealh
    Wealh
    Forumember


    Posts : 69
    Reputation : 6
    Language : English

    In progress Re: Footer Links

    Post by Wealh October 17th 2015, 10:34 am

    SLGray wrote:If you are trying to hide them by changing the color, you will be breaking the Terms of Service.

    If not, add this to your CSS Stylesheet:
    Code:
    #pun-about ul li a {
        color: YOUR COLOR;
    }

    THE COPYRIGHTS DISAPPEARED! I resetted the css it's not working help pls I don't want my forums to be closed!
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Footer Links

    Post by SLGray October 17th 2015, 6:57 pm

    Was there already a code in your CSS stylesheet that you edited, or did you add my code?



    Footer Links Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1443
    Reputation : 220
    Language : English

    In progress Re: Footer Links

    Post by SarkZKalie October 17th 2015, 8:26 pm

    Remove "# pun-about" in this line from your CSS
    Code:
    #pun-about, #pun-visit, #qjump, .crumbs, ul#pun-legend, ul.pun-legend {
        display: none;
    }
    Wealh
    Wealh
    Forumember


    Posts : 69
    Reputation : 6
    Language : English

    In progress Re: Footer Links

    Post by Wealh October 17th 2015, 9:57 pm

    SarkZKalie wrote:Remove "# pun-about" in this line from your CSS
    Code:
    #pun-about, #pun-visit, #qjump, .crumbs, ul#pun-legend, ul.pun-legend {
        display: none;
    }

    It's not working! I don't want my forum to be deleted!
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Footer Links

    Post by SLGray October 17th 2015, 10:36 pm

    Please post your CSS stylesheet here in the BBCode tag.



    Footer Links Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Wealh
    Wealh
    Forumember


    Posts : 69
    Reputation : 6
    Language : English

    In progress Re: Footer Links

    Post by Wealh October 17th 2015, 11:22 pm

    SLGray wrote:Please post your CSS stylesheet here in the BBCode tag.

    Code:
    body {
       color: #c8c8c8;
            font-size: 12px;
            padding: 10px;
            font-family: 'Verdana', 'Sans Serif', 'Trebuchet MS', 'Arial', 'Helvetica', 'Times';
       }
    .pun {
       width: 900px;
       padding: 10px;
       background: url(http://i28.servimg.com/u/f28/16/08/05/20/wm-pun10.png);
            border: 1px solid #000000;
            -webkit-box-shadow: black 0px 0px 1px;
            -moz-box-shadow: black 0px 0px 1px;
            -o-box-shadow: black 0px 0px 1px;
            box-shadow: black 0px 0px 1px;
            border-radius: 5px;
          -webkit- border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            }
    hr {
       height: 1px;
       margin: 4px;
            border: 1px solid #333;
       border-top: 1px solid #333;
       border-bottom: 1px solid #111;
       }
    a:link, a:visited {
       outline: none;
       text-decoration: none;
       }
    a:hover {
       text-decoration: none;
       }
    #pun-intro {
       border-bottom: none;
       background: transparent;
            }
    .crumbs, #pun-visit, #pun-about, #qjump, ul#pun-legend, ul.pun-legend {
       display: none;
       }
    .pun .main-content, #pun-head #pun-navlinks, .main .main-foot, .main .main-head, .main-box, .pun .paged-foot, .pun .paged-head, .pun .postmain, .main .main-content.frm, .pun .frm-form, td.avatar-mini img, .faq dd, .postfoot, .pun .post .user {
       background: url(http://i28.servimg.com/u/f28/16/08/05/20/wm-pun10.png);
            border: 1px solid #1E1E1D;
            -webkit-box-shadow: black 0px 0px 1px;
            -moz-box-shadow: black 0px 0px 1px;
            -o-box-shadow: black 0px 0px 1px;
            box-shadow: black 0px 0px 1px;
            border-radius: 0px;
          -webkit- border-radius: 0px;
            -moz-border-radius: 0px;
            -o-border-radius: 0px;
            margin-top: 4px;
            padding: 6px;
       }
    #pun-about ul li a {
        color: ffffff;
    }
    .pun table.table td{
            border: 1px solid #1E1E1D;
            -webkit-box-shadow: black 0px 0px 1px;
            -moz-box-shadow: black 0px 0px 1px;
            -o-box-shadow: black 0px 0px 1px;
            box-shadow: black 0px 0px 1px;
            border-radius: 0px;
          -webkit- border-radius: 0px;
            -moz-border-radius: 0px;
            -o-border-radius: 0px;
            }
    .pun .frm .frm-form table  {
       background: transparent;
            border: none;
       }
    .main .main-head .page-title {
       font-size: 18px;
       color: #F2EADA;
       }
    .main .main-foot, .main .main-head {
            padding: 10px;
       }
    #stats, #onlinelist, .pun table.table th, .pun table.table td, .pun .main table td.tc2, .pun .main table td.tc3, .pun .main table.table td.td-title  {
       background: transparent;
            }
    #onlinelist, .frm-buttons {
            border-top: none;
            }
    .pun .posthead {
            border: none;
            border-bottom: 1px solid #1E1E1D;
       background: transparent;
            }
    fieldset.frm-set.multi {
            border-bottom: none;
            }
    .pun .postmain {
            border-left: 1px solid #1E1E1D;
            }
    .pun .post {
            border: none;
            }
    .pun table.table th {
            color: #c8c8c8;
            }
    .pun table .tdtopics .status {
            margin-left: -50px;
            }
    .pun .post .user {
            margin-left: -210px;
            margin-top: -35px;
            }
    .postfoot {
            margin-left: 0px;
            padding: 10px;
            }
    input[type="submit"],input[type="reset"], button.button2, input.button2,  input[type="button"], .main-content.standalone .button {
            background: white url(http://i71.servimg.com/u/f71/16/21/18/28/1zf4sh10.png) repeat 0px 0px;
            color: #000;
            border:1px solid #ccc;
            text-shadow:0px 1px 0px white;
            border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;
            padding:4px;
            }

    input[type="submit"]:hover,input[type="reset"]:hover, input[type="button"]:hover, button.button2:hover, input.button2:hover, .main-content.standalone .button:hover{
            color: #F5117B;
            border:1px solid #ccc;
            }
    input[type="submit"]:active,input[type="reset"]:active, button.button2:active, input.button2:active, input[type="button"]:active, .main-content.standalone .button:active{
            border:1px inset #ccc;
            }
    input[name="post"], input[name="preview"], input[name="draft"]{
            padding:5px !important;
            }
    input[type="text"], #text_editor_textarea.quick_reply_textarea, input[type="password"], input[type="textarea"], textarea.inputbox, #text_editor_textarea, textarea#comments {
            background: #F7F7F7;
            -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
            padding : 5px;
            border: 1px dashed #ccc;
            }
    input[type="text"]:focus, #text_editor_textarea.quick_reply_textarea:focus, input[type="password"]:focus, input[type="textarea"]:focus, .inputbox:focus, #text_editor_textarea:focus, textarea#comments:focus {
            outline:none;
            }
    input#friend, input#foe {
       margin-top:5px;
       }
    .main-content.standalone .button.button1 {
       font-weight: normal;
       }
    input.button1 {
       margin-left:3px;
       }
    #text_editor_cmd_switchmode{
       display:none;
       }
    fieldset.left {
       width: 35%;
       float: left;
       }
    fieldset.right {
       width: 45%;
       float: right;
       }
    .frm-form fieldset.frm-set .inputbox {
       width: 55%;
            padding: 3px;
       }
    .frm-form fieldset.frm-set textarea.inputbox {
       width: 55%;
       }
    .frm-form fieldset.frm-set .italic, #pun-qpost .main-head.clearfix p.h2{
       display:none;
       }
    .frm-form fieldset.frm-set input[type="radio"] {
       margin: 0 0.5em 0 0;
       }
    #textarea_content label {
            display:none;
       }
    #text_editor_textarea.quick_reply_textarea {
            width : 590px !important;
            margin-left: -3px;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 17px;
            }
    #quick_reply #textarea_content textarea {
            border : none;
            background : #000000;
            resize:none;
            }
    #quick_reply  #textarea_content .dd-textarea {
            margin-top: 5px;
            margin-left: 116px;
            background : transparent url(http://i20.servimg.com/u/f20/15/20/70/09/quick-10.png) no-repeat;
            width : 612px;
            height : 160px;
            }
    #pun-foot .center {
            background: url(http://i20.servimg.com/u/f20/15/20/70/09/copyri10.png) no-repeat right;
            }

    #recent-topic-block {
            display:none;
       }
    .multi-forums td{
            border: none;
            padding: 10px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    text-align:center;
       }

    #tabs ul li.activetab a {
       background: url(http://i28.servimg.com/u/f28/16/08/05/20/wm-pun10.png);
            border: 1px solid #1E1E1D;
            -webkit-box-shadow: black 0px 0px 1px;
            -moz-box-shadow: black 0px 0px 1px;
            -o-box-shadow: black 0px 0px 1px;
            box-shadow: black 0px 0px 1px;
       }
    #tabs ul li.activetab a:hover {
       background: transparent;
       }
    #tabs ul li a {
       background: url(http://i28.servimg.com/u/f28/16/08/05/20/wm-pun10.png);
            border: 1px solid #1E1E1D;
            -webkit-box-shadow: black 0px 0px 1px;
            -moz-box-shadow: black 0px 0px 1px;
            -o-box-shadow: black 0px 0px 1px;
            box-shadow: black 0px 0px 1px;
       }
    #tabs ul li a:hover {
        background: transparent;
        }

    .postmain blockquote, .codebox {
    background: transparent;
    -moz-box-shadow: black 0 0 1px;
    -o-box-shadow: black 0 0 1px;
    -webkit-box-shadow: black 0 0 1px;
    border: 1px solid #1E1E1D;
    box-shadow: black 0 0 1px;
    }
    .codebox dd {
    background: transparent;
    }
    .codebox dt {
    border-bottom: 1px dotted #333;
    }
    #footerc {
      position: relative
      left: 500px;
      top: 10px;
      padding: #px #px #px #px;
      margin: #px #px #px #px;
      border: #px solid/dashed/double #Color;
      background-image:url(IMG Link) no-repeat/repeat-x/repeat-y;
      background-color: #Color; /* Remove this if you're using a background image and remove this message as well because it might cause bracket errors */
    }
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Footer Links

    Post by SLGray October 17th 2015, 11:24 pm

    You forgot the number sign.
    Code:
    #pun-about ul li a {
        color: #ffffff;
    }



    Footer Links Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Wealh
    Wealh
    Forumember


    Posts : 69
    Reputation : 6
    Language : English

    In progress Re: Footer Links

    Post by Wealh October 18th 2015, 12:19 am

    SLGray wrote:You forgot the number sign.
    Code:
    #pun-about ul li a {
        color: #ffffff;
    }

    What do you mean?
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    In progress Re: Footer Links

    Post by brandon_g October 18th 2015, 12:52 am

    In the part of SLGray's code that says
    Code:
    #ffffff
    you forgot the
    Code:
    #
    before the
    Code:
    ffffff
    . This is what could be causing your problem. Add the symbol in and see if it works Smile.

    -Brandon



    Footer Links Brando10
    Remember to mark your topic Footer Links Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    Footer Links Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points
    Wealh
    Wealh
    Forumember


    Posts : 69
    Reputation : 6
    Language : English

    In progress Re: Footer Links

    Post by Wealh October 18th 2015, 4:21 am

    brandon_g wrote:In the part of SLGray's code that says
    Code:
    #ffffff
    you forgot the
    Code:
    #
    before the
    Code:
    ffffff
    . This is what could be causing your problem. Add the symbol in and see if it works Smile.

    -Brandon

    I added it but the footer didn't reappear.
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1443
    Reputation : 220
    Language : English

    In progress Re: Footer Links

    Post by SarkZKalie October 18th 2015, 8:08 am

    Find this line, remove # pun-about then save it.
    Code:
    .crumbs, #pun-visit, #pun-about, #qjump, ul#pun-legend, ul.pun-legend {
      display: none;
      }



    Footer Links Sarkzk10
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Footer Links

    Post by SLGray October 18th 2015, 5:59 pm

    Try this:
    Code:
    #pun-about ul li a {
        color: #ffffff !important;
    }
    If that does not work, add it to the top of the CSS stylesheet.



    Footer Links Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.