Hallo,
es geht um diese Webseite: http://www.pastellgr%c3%bcn.de
Ich habe über ein Text-Widget unter den einzelnen Beiträgen die Links für die sozialen Medien eingefügt.
Jetzt würde ich gerne noch dem Widget eine Hintergrundfarbe geben, damit es sich etwas besser abhebt.
Über die style css habe ich alles mögliche versucht - ohne Erfolg. Hat vielleicht jemand eine Idee, wie es funktionieren könnte?
Hier ist der Anfang der style css:
PHP
@font-face {
font-family: 'FontAwesome';
src: url('plugins/fontawesome-webfont.eot?v=4.1.0');
src: url('plugins/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('plugins/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('plugins/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('plugins/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
#social-buttons a img {
margin: 10px 12px 0 0;
box-shadow: none !important;
border: 0 !important;
padding: 0 !important;
}
#social-buttons a {
text-transform: none !important;
}
#social-buttons-bottom a img {
margin: 0px 100px 0 75px;
box-shadow: none !important;
border: 0 !important;
padding: 0 !important;
}
#sidebar-header a {
border: 1px solid #ededed !important;
padding-top: 15px !important;
padding-bottom: 0px !important;
}
/**
Theme Name: twentytwelve Child
Template: twentytwelve
*/
/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
Alles anzeigen