When a user is logged in, WordPress adds the class logged-in to the body tag, so you can target CSS differently for logged in users.
body > footer {
background: black;
}
body.logged-in > footer {
background: red;
}
for example.
This is only good for cosmetic changes though. Don’t try to use it to hide information from non-logged in users as the content is still in the HTML.
Related Posts:
- WordPress Unite Theme: Footer isn’t sticking [closed]
- How to reuse parts of WordPress site e.g. header, footer, part of header for multiple WordPress sites?
- How to define and link full path to css located at a random folder on header.php
- How to add custom css file in theme?
- How important is it to enqueue a theme’s stylesheet?
- CSS not updating in browser when I change it
- Do I actually need to link my theme’s style.css in the theme files
- CSS classes for theme
- Enqueue Stylesheets After Theme’s “rtl.css”
- Are the WordPress Core CSS styles really all nessesary?
- Any alternate TinyMCE4 themes / subthemes?
- Splitting WordPress theme CSS into multiple files, good or bad?
- Why I can’t add a CSS style in this WordPress theme?
- Can’t get staging site to display same way as live site. Completely stumped
- How to make a theme with more than one CSS file?
- How to edit an existing WordPress theme? [closed]
- Suggestions for creative use of post format feature, or themes that use them well
- Add class to before_widget for all widgets with a dropdown and a counter
- Add a preview to a WordPress Control Panel
- use add_action(‘wp_head’) in a widget for generating dynamic CSS styles
- CSS in child theme not overriding the parent theme [closed]
- How to add (css) classes to only one wp_nav_menu()?
- Adding dashicon fonts to the admin of pre 3.8 installs
- How to keep theme layout the same when admin gray bar is present?
- Custom CSS In Uploads Folder
- wp_head() not inserting the default stylesheet style.css
- Writing Clean WooCommerce Styles
- Why is unfiltered html allowed in custom fields for author / contributor roles?
- De-registering parent style sheet css recommended?
- Alterntives to BEM syntax that comply with WordPress coding standards? [closed]
- How can a Theme Contain no Header File or Footer File?
- Modify the Additional CSS section (adding a disclaimer)
- How can I customize wp_footer, where is the code that controls what this function does?
- Limit users by custom taxonomy and user roles
- WordPress default theme css units
- Where is definied the theme location for the main menu in a WordPress template?
- How to determine which custom header image is being shown
- current_user_can Not Always Working Properly
- enqueue_style is not working
- Custom CSS without css.php file
- How do the default themes reference style.css?
- Media Uploader in custom path
- Is it possible to edit the styling of the admin panel from within a custom theme?
- Theme Loading Into Dashboard
- What are the Entry classes for?
- Using PIE CSS in WordPress. “localizing” styles
- How to edit my theme for full width?
- How to check if a WordPress core block is active in sidebar
- Which html elements should be styled in wordpress theme
- How to override checkbox styles if these inputs have a unique id [closed]
- How to add styles set by user in the customizer
- Why doesn’t my css work when I check my theme on mobile devices? [closed]
- Following Web Performance Optimization techniques to output static and dynamic css
- How to disable wordpress from overload my stylesheet styles with customizer styles
- Limit number of users a role can create
- How can I add custom text styles to the visual text editor?
- Displaying icon image for WordPress post formats, is there a cleaner way to do this?
- Internal Stylesheet in WordPress Theme development
- Combining CSS files into a single cached one
- How do I use a color from theme options?
- How to rotate every letter in a title
- Ideal inline dynamic CSS injection
- Theming Using Bootstrap Glyphicons and WordPress Dashicons
- Broken theme, template is missing
- JQuery undefined and Stylesheet loads in bottom along with js files
- Having issue with WordPress wp_enqueue_style
- How do I use wp_nav_menu?
- Assign custom classes to the divs inside the loop
- theme-independent CSS/JS files
- If user is logged in and has a role echo statement
- Customize Option Framework
- Some doubts about WordPress handle the horizontal main menu visualization
- Changing footer depending on URL (poli language site)
- Can’t change theme name
- header, stylesheet not being read
- How to format the first line of a post differently?
- .current_page_ancestor broken in Twenty Eleven
- Is there a list of default generated Gutenberg block CSS? Unable to align video blocks
- How to create a robust and logic class naming system in WordPress theme developing?
- How do I change the color of individual page titles in WordPress?
- hide theme files for admin beneath root
- 3 Level Menu Navigation (3rd Level not displaying)
- how to change footer content for certain pages only
- How to reduce the vertical space above and below a ul list uniformly with one command?
- How to display only the first two elements from ten same elements
- Necessary css classes to be included in theme stylesheet
- Images use & location, on new wordpress theme
- How to fix an issue with customizer live preview?
- WordPress Customization API overwrite LESS variable
- Custom CSS no getting applied
- How can I fix the even/odd child classes comments so that the comments are unaffected by the top-level even/odd?
- editor style css and page template with and without sidebar
- Why the slideshow is not shown in my theme?
- get_footer not working boilerplate theme
- Custom link color or stylesheets
- Setting different CSS for all pages except home.php
- How to highlight current menu bar base on the URL?
- What is The Best Way to Make Parallax header effect for wordpress theme ?? pure CSS or using JavaScript? [closed]
- How customizable is a self-hosted WordPress blog compared to a Blogger blog?
- Image and font support missing in editor when deploying theme remotely