Answer the question
In order to leave comments, you need to log in
What are the options for using child themes in WordPress?
Explain, kind people, how to make adjustments to a child theme and what restrictions exist (if any).
I need to make adjustments to the responsiveness settings. On the main theme, everything changes easily and works, but the theme is premium, its updates are periodically released, respectively, after installing the updates, the files are overwritten and the settings are reset. So there is a need to use a child theme.
The task is as follows:
there is a responsive.css file
, it has a line
@media screen and (max-width:768px) {
...
}
@media screen and (max-width:900px) {
...
}
/*
Theme Name: Travelista Child
Description: Child theme for the Travelista WordPress theme
Author: Simrandeep Singh
Template: travelista
*/
@import url("../travelista/css/responsive.css");
/* Start Adding Your CSS Here */
@media screen and (max-width:900px) {
...
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question