Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Let’s see a page with the issue so that we can understand why.
Hi Andrew,
unfortunately I cannot show you a page because I’m working an on Intranet site for my company that is located on an internal server. You can reproduce the problem if you set up a child theme with a css file that only contains this code:
ul.ul_clear {
padding:0 !important;
margin:0 !important;
list-style-type:none !important;
line-height: 200% !important;
}
I used “ul_clear” as class for some lists. That works after activating the child theme.
BUT: This happens also when I activate the child theme:
1) Main Menu, Top Menu and Footer Menu are gone.
2) Colors are set to default.
3) Widgets in the right sidebar are gone (moved to the bottom of the page). Instead in the right sidebare there are the widgets that I put into the section “left” of the page magazine template. Positions of the other widgets used for the page magazine template have changed.
4) Header logo is gone (replaced by text).
5) Maybe more problems that I can’t see right now.
Hi friend,
I’ve create a child theme with your custom CSS.
After active child theme, You must config your site again:
+ upload / select logo
+ assign three custom menu
+ custom color
+ drag & drop widget
….
Best regards,
Alex Kalh
Hi Alex.
I created child theme for custom css but i cannot make it sucessful with this code below (i wanna change css for main menu):
#main-menu > li > a {
font-size: 18px;
font-weight: 400;
line-height: 46px;
text-transform: capitalize;
color: #333;
padding-right: 20px;
}
Can you help me?
Hi Alex,
I configured the site again (didn’t know that I have to) and it works fine again. Thanks!