Can't seem to figure out two things…
-
Hey guys/gals,
I’m gonna get straight to the point. For hours I’ve been trying and trying to figure out
1. How to remove the grey on the sides of my website.
The grey appeared because I had to add a header menu for easier navigation. So since I added the header menu, I had to raise the
#header .pad
to reposition the picture to where it was before I added the menu. And now I can’t seem to remove the grey unless I make the whole background black…When I inspect on Chrome to remove the grey it works, but when I tried to do the same in the theme editor (I have a child theme btw) it doesn’t work since I already customized the
#header
.My child themes style.css is connected to the main.min.css on the parent theme. So aren’t the changes I make to the child theme supposed to override all the code of the parents? Well obviously I’m missing something if that isn’t happening.
2. How to insert a light grey line to the bottom of my static welcome message (like the one on the bottom of the homepage of my website). And yes, I tried
.special { border-bottom: 1px solid #eee; }
it doesn’t work…
Hopefully you guys can help me solve my issue. Thanks everyone!
My site: inspiritofinjustice.com
- The topic ‘Can't seem to figure out two things…’ is closed to new replies.