CSS code for the footer of my website!

  • Unknown's avatar

    Hello, I would like to create a copyright text in the footer of my website, I was told by service to go here and ask for a CSS code which I can create text and my father please let me know thank you so much

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Lol, sorry auto correct… SHOULD READ:

    Hello, I would like to create a copyright text in the footer of my website, I was told by service to go here and ask for a CSS code which I can create text in my footer… please let me know, thank you so much

  • Unknown's avatar

    Hi there, here would be the CSS. I’ve changed the font size and color a little on the existing footer credits to make your copyright stand out a bit more. You can edit the content string value between the quote marks as you desire.

    .site-footer, .site-footer a {
        color: #777 !important;
        font-size: 95%;
    }
    .footer-lower .footer-inner:after {
        color: #fff;
        content: "This is my Copyright";
        display: block;
        font-size: 110%;
        padding-top: 10px;
    }
  • The topic ‘CSS code for the footer of my website!’ is closed to new replies.