CSS code to insert logo at top-right. Change footer color (theme twenty twelve)
-
Hi,
Help is very much appreciated.I am using the twenty twelve theme, my blog is http://www.satelis.wordpress.com.
1- I need the CSS code to be able to insert a jpg logo at the top right above the menu. I’ve tried some codes I picked by searching in the forum but they didn’t do anything to my site.2- I need to change the colors of the footer (the credits) that says ”Theme: Twenty Twelve. Blog at WordPress.com”.
Thank you.
The blog I need help with is: (visible only to logged in users)
-
1- I need the CSS code to be able to insert a jpg logo at the top right above the menu. I’ve tried some codes I picked by searching in the forum but they didn’t do anything to my site.
Here is an example of one way to do that:
.main-navigation { padding-top: 120px; background: url(http://s.wordpress.org/about/images/wordpress-logo-notext-bg.png) right -20px no-repeat; } -
2- I need to change the colors of the footer (the credits) that says ”Theme: Twenty Twelve. Blog at WordPress.com”.
Try this:
footer[role="contentinfo"], footer[role="contentinfo"] a { color: #f00; }Change the color code as needed.
- The topic ‘CSS code to insert logo at top-right. Change footer color (theme twenty twelve)’ is closed to new replies.