Hello again guys and thanks for your help so far.
I tried it, but nothing happened…
If this helps, here is how editor->Style.css of live wire child looks like:
/**
* Theme Name: Live Wire Child
* Theme URI: https://foxnet.fi
* Description: A child theme of Live Wire parent theme.
* Version: 0.1
* Author: Sami Keijonen
* Author URI: https://foxnet.fi
* Tags: post-formats, sticky-post, theme-options, threaded-comments, translation-ready, one-column, two-columns, flexible-width, left-sidebar, right-sidebar, custom-background, featured-images, blue, white
* License: GNU General Public License v2.0
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Template: live-wire
*/
/* Importing the parent theme stylesheet. */
@import url( '../live-wire/style.css' );
/**
* Note: If you want to use media queries in child theme and support them in browsers like IE7 and IE8,
* you should copy and paste parent theme style.css in here and remove line @import url( '../live-wire/style.css' );
* Remember also change all url instances in fonts and backgound like this.
* src: url('../live-wire/fonts/league_gothic-webfont.eot');
* background: url(../live-wire/images/menu-plus.png) no-repeat 0 0;
*************************/
#menu-primary li:first-child.current-menu-item {
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
padding-bottom: 12px;
padding-top: 8px;
}
#menu-primary {
position: relative;
padding: 0 2% 1%;
margin: 0;
width: 96%;
height: 2.25em; /* 36px / 16px = 2.25 */
z-index: 98;
height: 53px !important;
}
I am noob in this place and I am just starting to get the grips, so any help would be more than appreciated!