Hello,
I wanted to hide the “related projects” area, so I added the child theme, activated it and then added to the child theme the custom css below:
.related-projects {
display: none!important;
}
When I went to preview the site, there seems to be some setting overrides / changes that I previously set up in my parent theme. For example, breadcrumbs are back on all the portfolios, and home page no longer links to my parent theme settings. I did no hard coding in the parent theme, all settings from parent theme were setting options within the theme.
My question is, does the theme settings done in the parent change when adding the child theme later?
Thanks for your help,
-David