hi ,I want to change this css
one.homesearch .three_fifth .column_content {
background: rgba(0,0,0,0.5);
padding: 60px 10px 30px;
}
how i can remove padding from it. In which css file is this code. i m using modern theme.
You can use your own custom css in your wp-admin->appearance->customize->custom css:
You can write any css of your own it will override the previous one.