CSS help in Child Theme
-
Hi
Have realised that a theme I purchased is probably going to go through quite a few updates and have read that it would be best to create a child theme so that changes don’t get overridden with the updates.
I’ve created a style.css file in the child theme folder and understand about changing basic body and fonts.
However I am having a problem trying to change the background for a top menu bar.
This is the code from parent theme:#header .top-bar-bg { width:100%; overflow:hidden; margin:auto; background:#444; /*NEED TO CHANGE THIS BACKGROUND COLOR*/ border-bottom:1px solid #393939; margin-bottom:5px; }
Any help with this would then help me with other CSS that needs modified.
Many Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘CSS help in Child Theme’ is closed to new replies.