This helped, Thanks !
#secondary .well {
background-color: transparent;
border: 0;
padding: 0;
box-shadow: none;
}
#secondary .widget {
background-color: #fff;
border: 1px solid #DADADA;
padding: 30px;
margin-bottom: 35px;
}
——————————-
Still, I have one more issue. with the Read more button in posts on the homepage
I want that read more button to show hover effect like it is working in the demo of the theme and also when I go to my theme customizer window of wp-admin.
But, it doesn’t show the hover effect on the site.
how to make it work?
you may check these two images :
https://imgur.com/WMltUuw -> when i am in my wp-admin theme’s customizer window.
and
https://imgur.com/Yai3mvj -> When I am at my site homepage
I want to make that hover effect work, if possible
Thanks