Hello I have one problem.
When i make one project with a dark background the site title dissapears because it is black. like here - http://agazima.org/project/
is there a way to set different color settings for site title depending on the project? Thanks!!
-
setting different colors for site title depending on the project
-
Hey you can set the site title color like explained here:
http://laytheme.com/documentation.html#menu-color-based-on-current-page/* site title */ body[data-type="page"][data-id="10"] .sitetitle.txt{ color: white; }
data-id and data-type need to have different values based on the page you are targeting.
-
thank you so much