/* Füge hier Dein eigenes CSS ein */
.icon-2x {
    font-size: 1em;
}

.blockUIblockOverlay {
  z-index: -1 !important;
}

.woocommerce-loop-product__title {
    min-height: 200px;
    font-size: 24px !important;
}

.widget.woocommerce li .count {
    float: right;
    font-size: 1em;
    display: none;
}
.woocommerce ul.products li.product .price .amount {
    color: #393939;
    font: 400 "Open Sans", sans-serif;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 25px;
}

p {font-size: 16px;}

a {font-size: 16px;
}

.body {
color: #fff;
}
.navbar-custom {
    z-index: 1000;
    border: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 1.0);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: background, padding 0.4s ease-in-out 0s;
    transition: background, padding 0.4s ease-in-out 0s;
}

.navbar-header {
    display: table-cell !important;
    float: none;
    width: 230px;
    vertical-align: middle;
}

.navbar-custom .nav li > a {
    position: relative;
    color: #393939;
    font-size 18px;
}

.header-search {
    color: #393939;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.page .navbar-custom {
    background-color: rgba(255, 255, 255, 0.9) !important;
}



.navbar-header {
    display: table-cell !important;
    float: none;
    width: 230px;
    vertical-align: middle;
    //*background-color: #fff !important;*//
}

.hero-slider .home-slider-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: rgba(0,0,0,1);
}

@media screen and (min-width: 768px) {
	#home .hero-slider {
		position: fixed;
	}

 //* Bei update in slider.css ändern *//   
    
	.hero-slider .home-slider-overlay {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.3;
		background: rgba(255,255,255,1) !important;
	}
}

@media screen and (max-width: 520px) {
.home-section {
    position: relative;
    z-index: 0;
    width: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: none !important;
}
}

.page-header-module:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34,34,34, 0);
    content: " ";
}

//* Bei Update in themes/shop-isle/inc/Woocommerce/Wocommerce.css ändern *//

.header-search-button {
    color: #393939;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.navbar-cart-inner {
    float: right;
    position: relative;
    width: 25px;
    height: 25px;
}

//* Bei Update in themes/shop-isle/inc/Woocommerce/Wocommerce.css ändern *//

.navbar-custom .sub-menu,
.navbar-custom .children {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .sub-menu > li > a:focus,
.navbar-custom .sub-menu > li > a:hover {
	color: #c3c3c3 !important;
	background: none;
}

.navbar-custom .sub-menu > li > a:hover,
.navbar-custom .children > li > a:hover {
	background: #fff !important;
}

.navbar-custom .navbar-toggle .icon-bar {
    background: #393939 !important;
}

.navbar-custom .nav li > a {
    position: relative;
    color: #393939;
    font-size: 16px;
}

.shop-item-title {
    margin: 10px 0 5px;
    color: #111;
    font-size: 10px;
    font-weight: 400;
    min-height: 15em;
}

.content-box-image {
    margin-bottom: -10px; 
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-fixed-top .navbar-collapse {
    background: #fff !important;
}

.navbar-custom .nav > li > a:hover {
    color: #393939;

}

/* Füge hier Dein eigenes CSS ein */
* {font-family: "Roboto Condensed", sans-serif;
   }

p {font-size: 18px;}
a {font-size: 18px;}

p {color: #111;}


.navbar-custom .sub-menu,
.navbar-custom .children {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.9) !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bg-dark {
    background-color: #c3c3c3 !important;
}

.widget .widget-title {
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #c2c2c2;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #111;
    Text-decoration: underline;
}

.wpcf7-form p {
  	margin: 0 0 -5px;
    padding: 0 0 -5px;
    border-bottom: 1px dotted #c2c2c2;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #111;
}

.shop_isle_footer_sidebar .widget p{
    text-align: left;
    color: #111;
    border-bottom: 1px dotted #c2c2c2;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.bg-dark a {
    color: #111;
    border-bottom: 1px dotted #c2c2c2;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.content-box-image:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
    transform: scale(1.2);
}

.navbar-custom .nav li > a {
    background-color: rgba(0, 0, 0, 0);

    position: relative;
    color: #393939;
    font-size 18px;
}

@media (max-width: 767px) {
.scroll-up {
		display: block !important;
	}
.navbar-custom .nav li > a {
    background-color: rgba(0, 0, 0, 0);

    position: relative;
    color: #c3c3c3;
    font-size 18px;
}
}

//* Headline auf der Startseite bearbeiten und ändern: front-page.php
/* Wrapper start 
$shop_isle_bg = get_theme_mod( 'background_color' );

if ( isset( $shop_isle_bg ) &amp;&amp; $shop_isle_bg != '' ) {
	echo '';
} else {

	echo 'Hallo'; 

} 

Front-page.php wurde in das Child Theme verschoben. Änderungen dort.
Banner-Bilder inc/sections/shop-isle-banners-section.php Änderung von Col-sm-4 auf -6

Volle Beitragseite: archive.php - ersetze the_exerpt() mit the_content()

//* Headline auf der Startseite bearbeiten und ändern: *//

.module-title h2 {
    position: relative;
    margin: 0 0 70px;
    color: #393939;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 4px;
    text-transform: Uppercase !important;
}

.module-title {
    position: relative;
    margin: 0 0 70px;
    color: #111;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 4px;
    padding: 2%;
}

//*ul.products li.product {
    position: relative;
    margin-bottom: 4.236em;
    margin-left: 0;
    text-align: left;
    list-style: none;*//
}

.hero-slider .slides li {
    width: 100%;
    height: 70% !important;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-section {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 750px !important;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.shop-item-title {
    margin: 10px 0 5px;
    color: #111;
    font-size: 10px;
    font-weight: 400;
}

.shop-item-detail {
     position: absolute;
     z-index: 2;
     bottom: 100%;
     left: 0;
     width: 100;
     padding: 20px;
     opacity: 0;
     color: #aaa;
     font-size: 12px;
     text-align: center;
     display: none;
}


//*ul.products li.product {
    position: relative;
    margin-bottom: 4.236em;
    margin-left: 0;
    text-align: left;
    list-style: none;
} *//

ul.products li.product h3, .wccm-td div {
    margin: 15px 0 5px;
    color: #111;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.woocommerce ul.products li.product h3, 
.woocommerce-page ul.products li.product h3
{
min-height: 8em; /* Diesen Wert anpassen */
}

.shop-item-title h4 {
min-height: 9em;
font-size: 12px;}

.page-header-module .module-title {
    display: none;
}

.amount {
    color: #111;
    font-size: 25px;
}

.pro_price_extra_info {
 color: #666;}

.woocommerce ul.products li.product .price .amount {
    color: #111;
    font: 400 25px "Open Sans", sans-serif;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
}


p, ol, ul, blockquote {
    margin: 0 0 20px;
    font-size: 18px;
}

.single-product .product_title {
    margin: 0 0 20px;
    color: #111;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 24px;
}



.page .navbar-custom {
    background-color: rgba(255, 255, 255, 1) !important;
}

.shop-isle-poweredby-box {
    width: 100%;
    margin-bottom: 0;
    font-size: 9px;
    text-align: left;
    letter-spacing: 1px;
    display: none;
}



.product_weight {
	display: none;
}

.wc-cart-shipping-notice {
	display: none;
}

td.product-price span.amount, td.product-subtotal span.amount {
    margin: 0 0 20px;
    color: #111;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.shop_table.cart td .woocommerce-Price-amount {
	color:#393939;
  	font-size: 15px;
}

.table {
    width: 100%;
    margin: 0 0 1.5em;
    color: #111 !important;
}

.blockUIblockOverlay {
  z-index: -1;
}

#wc-print-button {
      width: auto;
    padding: 8px 37px;
    border: none;
    border-radius: 2px;
    color: #fff;
    background: rgba(17, 17, 17, 1);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;

}
#wc-print-button:hover {
    opacity: .7;
    color: #fff;
}

@media print {
 
    body{
        font-size: 11px;
    }
 
    .site-title,
    .site-description,
    h2,
    h3{
        font-size: 12pt;
    }
     
   
  	.bottom-page-wrap{
        display: none !important;
    }
  
  .woocommerce-MyAccount-navigation {
        display: none !important;
    }
     
    .site-branding,
    .custom-header,
    .page:not(.home) #content,
    #content .site-content  {
        margin:0 !important;
        padding:0 !important;
    }
 
}

.wgm-second-checkout input.wgm-place-order {
    float: none;
}



//* Single-Product-Zeile Gewicht rausnehmen:
	
	enable_dimensions_display() ) : ?>

		has_weight() ) : $has_row = true; ?>
			&lt;tr class=&quot;">
				
				get_weight() ) . ' ' . esc_attr( get_option( 'woocommerce_weight_unit' ) ); ?>
			
		

		has_dimensions() ) : $has_row = true; ?>
			&lt;tr class=&quot;">
				
				get_dimensions(); ?>
			
		

	

Pfad: wp-content/plugins/woocommerce/templates/single-product/product-attributes.php
*//


//* Login für Kundenkonto. Erscheint ganz oben. Bei Update Text ändern in: wp-content/plugins/woocommerce/templates/checkout/form-login.php*

Benutzerdefinierter Text für Überweisung "sofort nach Geldeingang" Woo/Checkout/payment-method.php Original ist unten aaskommentiert! *//