Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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)

#247546
Atelierbram
Participant

Going back and forth with reading up on CSS and than trying to accomplish something in code (making hands dirty) will make one learn fast.

Learning more about using Chrome Devtools there are also quite a few good video tutorials around on YouTube and elsewhere, which is a very suitable medium for this kind of thing, keeping things visual and therefor insightful.

Another piece of advice would be to include your mytngstyle.css after the link to your main stylesheet style.css, in the head because like it is now your main stylesheet is overriding the changes you make in mytngstyle.css. Alternatively forget about mytngstyle.css and just edit the changes into style.css.

Maybe you don’t need this but looking at the source code of your new testpage I also noticed there are two times a different <head><!--stuff --></head> section.