Css changes in child theme not reflecting on site
-
Hi everyone,
The css changes I am making in the child theme are not reflecting on site.
In particular I want to make the heading text smaller for: widget-title
Thanks for your help!
The blog I need help with is: (visible only to logged in users)
-
-
This is the whole child theme code because I suspect there is something wrong with the way it calls the parent style.css
/*
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt*/
/* =Start From Here
————————————————————– */@import(url:”http://test.michaelkies.com.au/wp-content/themes/responsive/style.css”);
@media screen and (min-width: 981px) {
.menu {
text-align:center
}
.menu li {
display:inline-block;
float:none;
margin-left: -5px;
}
.menu li li {
display:block;
text-align:left
}
}.widget-title, .widget-title-home h3 {
font-size: 12px;
}I might be wrong though… Thanks for your help!
-
Hi @michaelkies, it looks like you are using WordPress but you are not hosted here at WordPress.com. For self-hosted WordPress sites such as yours, I would suggest asking for help from the theme author directly or ask in the volunteer-based WordPress.org Themes and Templates forum.
For general questions on self-hosted WordPress.org installations, visit http://wordpress.org/support/.
- The topic ‘Css changes in child theme not reflecting on site’ is closed to new replies.