Hide and/or change colour of image site title on specific pages
-
Hi, I've tried a few workarounds here, both pasting HTML into the page I am editing and also using Custom CSS for desktop but I've not had any luck...
What I'd like to do is completely hide an image (SVG) for the site title and also the menu for specific pages.
Also for other pages I'd like to change the colour of the svg image title and the menu from the default black to white.
Can anyone help please?
Thanks...
-
Hey, changing the color of an svg is not easily possible unless the svg's markup is directly in the website instead of the svg as a file in the <img> image tag.
To hide the menu and site title for specific pages, that is no problem:
body.type-project .sitetitle{ display: none; } body.type-project nav.primary{ display: none; }
If you put that css into "lay options" -> "custom html&css" -> "custom css for desktop" then it hides the menu and site title on all pages that are projects. For more info: http://laytheme.com/documentation.html#custom-css-styling
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it