Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications:
Alternatively use your Child Theme style.css file to hold your CSS modifications:
.home .entry-header {
display: none;
}
.home .page-wrap .content-wrapper,
.home .page-wrap {
padding-top: 0;
}
Trying to reduce the spaces between sections smaller but didnt find the css for it.
Alex
Also is it possible to make lightbox effect on the pictures in the our work section instead of the links to the post
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support