Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Use Firebug for these exploratory CSS queries.
Thanks, but I’m not really sure what I’m looking for and anything I touch in Firebug seems to destroy the page. I was hoping the theme author could just point me in the right direction to find the CSS I would need to edit.
The way theme is designed, it might not be that simple.
First install and activate Path Child theme and try something like this in child theme style.css.
#menu-secondary .wrap {
background: #F2F2F2;
height: 33px;
}
You can download child theme from here.
http://themehybrid.com/themes/path-child
Thanks for the reply Sami. I have downloaded the child theme but until have not used it. To be honest, I’m not really sure what I’m doing so will read all the documentation. If I understand correctly, if I now install the child theme after having added widgets etc to the parent theme, I would have to add all of these gain manually and the logo and any other changes? Do you know of a way to export everything to the child theme?
Thanks
You might need to set some things again like assign menu. If you have made changes to parent theme template files, you need to do them again in child theme.
Ok thanks, I’ll give it a go.