Home › Forums › CSS › WPs CSS settings in a WP site merged with another CMS system (genealogy) › Reply To: WPs CSS settings in a WP site merged with another CMS system (genealogy)
November 6, 2016 at 8:21 am
#247528
Participant
You’re welcome. Note this should be body
not .body
so without the dot, it just targets the <body>
tag in the HTML. So when you use “inspect element” and compare the markup of the old setup with the new one, you can make changes to your CSS accordingly, same as you just did with those other two edits. Take your time and take care.