Hi
I have just noticed that there is an update I need to do of Catch Responsive free theme. However, I’m not sure whether doing this update will make slight changes to my site:
http://www.creativesigns.uk.com
I have a tiny bit of css on the site. I have read about child theme but am not sure about them, or how to set up.
This is the css for the site:
.nav-primary {
background-color: #8BC53F;
}
.catchresponsive-nav-menu li a:hover,
.catchresponsive-nav-menu li a:focus {
background-color: #8BC53F;
}
.home #main .page header.entry-header{
display: none;
}
p {
-moz-hyphens: none;
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
}
#feature-slider .entry-container {
display: none;
}
Will this be overwritten if I update the theme? As I’m not sure how to create child theme could I simply copy and paste this css, then insert it when the theme update has been done?
Many thanks for your help.
Kind regards
Karen