The Custom CSS works great. Change 95% of my site. Looks amazing.
Two exceptions.
1) Header background or burger color, I can’t select because Custom CSS appears over the top of it.
2) Pop up login screens that Custom CSS doesn’t recognise.
Is there someone with CSS knowledge that can go straight to code to work with?
Or…is there a way to change Custom CSS to appear on the footer not header. A drag and drop does not work
Hi,
Thanks for getting in touch.
SiteOrign CSS is a tool for beginners and advanced users. For the vast majority of changes, you’ll be able to use the visual editor. There are however times you’ll need to modify the generated CSS for your needs. In this instance, you’ll need to modify the selector to specifically apply the CSS to just the footer. For information on how to do that, I recommend reading this section on descendent selectors.
1. Often an element in the container will be selected rather than the container so you’ll need to go up the hierarchy tree by selecting a parent until you select the container that has the background present. For more information on this, I recommend the Getting Started video.
2. I suspect the CSS will need to be made more specific.
Kind regards,
Alex