Static Front Page – Different for when Logged-In vs. Logged-Out of WP Backend
-
I have started trying to edit my first ever WP site. I appreciate any feedback anyone can leave for assistance.
My website:
https://kravmaganomad.comI am having trouble with my Front Page being different for when I’m logged in, vs when a logged out user visits the page.
When logged out, my background image doesn’t show, and neither does my header logo ON THE FRONT PAGE.
However, if you click on one of the pages in the header menu, such as “About Me” (placeholder image and text only…I’m not awesome) or “Contact Me”, the background and header logo show up, even when logged out.
Also, my custom Favicon using “All in One Favicon” isn’t showing up when logged out.
I am using the Responsive theme by Cyber Chimps. I am also using a Child Theme with “One-Click Child Theme”. I’m very new to CSS as well. My style.css in Child Theme is:
/* Theme Name: Nomad Child Theme Description: Grey Boxes Background Author: admin Template: responsive (optional values you can add: Theme URI, Author URI, Version) */ @import url("../responsive/style.css"); /* ______________________________ HOME PAGE EDITS __________________________________ _________________________________________________________________________________ */ #featured { background-color: rgb(175, 175, 175); } /*Edits Home Widget 1 Background Color*/ #black-studio-tinymce-5 { background-color: rgb(175, 175, 175); } /*Edits Home Widget 2 Background Color*/ #black-studio-tinymce-3 { background-color: rgb(175, 175, 175); } /*Edits Home Widget 3 Background Color*/ #recent-posts-3 { background-color: rgb(175, 175, 175); } body { background-size:100%,100%; } /*_________________________________________________________________________________ ________________________________________________________________________________ */ /*Edits All Other Pages Posts Background Color*/ #wrapper { background-color: rgb(175, 175, 175); }
- The topic ‘Static Front Page – Different for when Logged-In vs. Logged-Out of WP Backend’ is closed to new replies.