- This topic has 2 replies, 2 voices, and was last updated 6 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › SKT Simple PRO – Header Darkest area
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
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.
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
It takes a strong foundation for a business to survive. Similarly, it takes a planned and structured coding for a website to remain active and […]
The address of a World Wide Web Page is a URL. Protocol, domain name, and path are three parts of a URL. It is a […]
What is a newsletter and how to use it? Due to the recent advancement in technology, the traditional concept of marketing is no longer the […]