css code

  • Unknown's avatar

    I’d like to modify the footer in my theme (Collective – creative collaboration) and put in my company name and a link to our website. I can’t figure out a way to do this – any information on how to make this happen??? And yes i do have the css extra pac premium

    And don’t how to change the color blue into something else. If you scroll to the bottom at the homepage the color is blue. But I would love to get this one grey instead of blue.

    And does anybody know how to change the background color of the widget Facebook pages likes black in to the background color?

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

  • Unknown's avatar

    Firstly you will need to remove the last rule you currently have in your custom CSS, hiding the attribution links in the footer is against the WordPress.com terms of service and will get your site disabled:

    Footer credits and the WordPress.com toolbar may not be altered or removed regardless of upgrades purchased

    Adding a link would be complicated as CSS only lets you style content, not add new HTML code (like links). But removing the code as I mentioned above will mean the site title shows again, which solves part of that issue.

    I don’t see any blue, did you solve this or am I missing something? The bottom widget section has a grey background (#222222) and the footer bar is black (#000000).

    You can change the Facebook widget background using this code:

    #facebook-likebox-5 iframe {
      background:#222222!important;
    }
  • Unknown's avatar

    Thanks for your comment! I solved the problem. But thanks anyway!
    Greetings L

  • The topic ‘css code’ is closed to new replies.