SKT Simple PRO – Header Darkest area

Home Forums All Other Themes SKT Simple PRO – Header Darkest area

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #60771
    MicheleMichele
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: May 6, 2016

    I’ve to remove on the header and on thenivo slider the “shadow” color.

    The original css is:

    .header .header-inner, .slide_info {
    background-color: rgba(61,61,61,0.1);
    }

    But this line is on index-default.php not in stylesheet css
    I’ve added this custom CSS

    .header .header-inner, .slide_info {
    background-color: rgba(61,61,61,0);
    }

    But the darkest zone still remain.

    I’ve also try to modify the index-default.php… but not function

    #60779
    MicheleMichele
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: May 6, 2016

    Ok, solved. I’ve to add the custom css on the default field of worpress, and i have NOT to use the field provided by the theme.

    #60782
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi Michele,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .header .header-inner{background:none !important;}
    .header .header-inner, .slide_info{background:none !important;}

    Regards,
    Dave

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.