Support » Theme: Hueman » Return of the default background

  • Anonymous User 12851872

    (@anonymized-12851872)


    Hi,

    Since yesterday, whenever I update the theme, the default background is, I was using version 2.2.5 of the Hueman theme.
    I arrive to the right color for my background, I just wanted to mention this little bug.
    I use a child theme.
    the child theme style.CSS

    /*
    
    	Theme Name: Arachneo Web
    
    	Description: child theme for Hueman
    
    	Author: ArachneoWeb
    
    	Author URI: http://arachneoweb.fr/
    
    	Template: hueman
    
    	Version: 1.0.0
    
    */
    
    @charset "UTF-8";
    
    /* ------------------------------------------------------------------------- *
    
     *  Theme customization starts here
    
    /* ------------------------------------------------------------------------- */
    
    /* Global */
    
    .mystyle {}
    
    /* Tablet - 800px, 768px & 720px */
    
    @media only screen and (min-width: 720px) and (max-width: 800px) {
    
    	.mystyle {}
    
    .wp-pagenavi a.page, span.extend, a.last {
    
     display: none;
    
     }
    
    }
    
    /* Mobile - 480px & 320px */
    
    @media only screen and (max-width: 719px) {
    
    	.mystyle {}
    
    .wp-pagenavi a.page, span.extend, a.last {
    
     display: none;
    
     }
    
    }
    
    /* Mobile - 320px */
    
    @media only screen and (max-width: 479px) {
    
    	.mystyle {}
    
    .wp-pagenavi a.page, span.extend, a.last {
    
     display: none;
    
     }
    
    }
    
    /* Customisation */
    
    /* Header */
    
    /* Menu */
    
    /* Accueil */
    
    .entry.excerpt {color:#000; text-align: justify;}
    
    .featured .post-title {font-size:28px;}
    
    .post-title {font-size:20px;}
    
    /* Sidebar */
    
    .sidebar-top.group {background-color: #EFEFEF!important;}
    
    .sidebar-top p {color:#272727;}
    
    /* Single */
    
    .single .post-title {font-size:28px;}
    
    .entry-inner{color:#000;}
    
    .entry h2 {font-size:24px;}
    
    .entry h3 {font-size:20px;}
    
    #breadcrumbs {margin-left: 30px; margin-top: 10px;}
    
    /* Page */
    
    .page-title {display:none!important;}
    
    .entry.themeform {color: #000;}
    
    .entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span {color: #000;}
    
    /* Date */
    
    .post-date {color: #000; }
    
    .post-byline {color: #000; }
    
    /* Author */
    
    .post-author {margin-left: 5px;}
    
    /* PostViews */
    
    .post-views {margin-left: 5px; color: #000;}
    
    /* Tagcloud */
    
    .tagcloud {text-align: justify;}
    
    /* Footer */
    
    #footer-bottom #copyright, #footer-bottom #credit {color:#808080;}
    
    /* WP-Pagenavi */
    
    .wp-pagenavi .extend{
    
        display: none;
    
    }
    
    .wp-pagenavi .pages{
    
        display: none;
    
    }
    
    .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span.current{
    
        border: 1px solid #CCC;
    
        color: #666;
    
        -moz-border-radius:2px;
    
        -webkit-border-radius:2px;
    
        border-radius:2px;
    
        -moz-box-shadow: inset 0 0 1px #fff;
    
        -ms-box-shadow: inset 0 0 1px #fff;
    
        -webkit-box-shadow: inset 0 0 1px #fff;
    
        box-shadow: inset 0 0 1px white;
    
        background: #FAFAFA; /* For IE and older browsers */
    
        background-image: -moz-linear-gradient(top,#FAFAFA 0,#d5d4d4 100%);
    
        background-image: -ms-linear-gradient(top,#FAFAFA 0,#d5d4d4 100%);
    
        background-image: -o-linear-gradient(top,#FAFAFA 0,#d5d4d4 100%);
    
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,#d5d4d4));
    
        background-image: -webkit-linear-gradient(top,#FAFAFA 0,#d5d4d4 100%);
    
        background-image: linear-gradient(to bottom,#FAFAFA 0,#d5d4d4 100%);
    
        display: inline-table;
    
        line-height: 2.48em;
    
        height: 2.4em;
    
        text-decoration: none;
    
        margin: 0 0 .3em 12px;
    
        padding: 0 .85em;
    
        font-size: 12px;
    
        text-shadow: 0 1px 0 #fff;
    
    }
    
    .wp-pagenavi span.current{
    
        background: #d5d4d4; /* For IE and older browsers */
    
        background-image: -moz-linear-gradient(top,#d5d4d4 0,#FAFAFA 100%);
    
        background-image: -ms-linear-gradient(top,#d5d4d4 0,#FAFAFA 100%);
    
        background-image: -o-linear-gradient(top,#d5d4d4 0,#FAFAFA 100%);
    
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#d5d4d4),color-stop(100%,#FAFAFA));
    
        background-image: -webkit-linear-gradient(top,#d5d4d4 0,#FAFAFA 100%);
    
        background-image: linear-gradient(to bottom,#d5d4d4 0,#FAFAFA 100%);
    
        border: 1px solid #999;
    
        moz-box-shadow: inset 0 0 10px rgba(0,0,0,.35);
    
        -ms-box-shadow: inset 0 0 10px rgba(0,0,0,.35);
    
        -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.35);
    
    }
    
    .wp-pagenavi a:hover{
    
        border: 1px solid #aeacac !important;
    
        -moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
    
        -ms-box-shadow: 0 0 3px rgba(0,0,0,.25);
    
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
    
        box-shadow: 0 0 3px rgba(0,0,0,.25);
    
    }

    and the functions.php

    <?php
    
    //Activate the child Theme
    
    function wpm_enqueue_styles(){
    wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    }
    add_action( 'wp_enqueue_scripts', 'wpm_enqueue_styles' );

    Thank You

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Return of the default background’ is closed to new replies.