CSS selectors for pages?
-
I am adapting the appearance for all the pages in our Youzify setup. Instead of adding the CSS inside the plugin’s Custom CSS UI, I want to create a separate CSS file inside my child theme directory. Going through every page (members & groups directories, activity page, member pages, group pages) and inspecting the rendered code in the browser is really tedious, could you please provide the CSS selectors for the respective pages? For example, I am using the following CSS on both the members and group directory pages to give it a dark appearance:
div .youzify-search-input-with-dropdown {border-radius: 3px;} div .youzify-directory-filter {background-color: #485365; -webkit-border-radius: 3px;} div .youzify-cover > img {border-top-right-radius: 3px !important; border-top-left-radius: 3px !important;}
(Don’t laugh at my CSS, I know it’s poor code and that I suck at CSS!)
Since I would like to have the same dark mode on all profile, groups and directory pages, it would be awesome to have the “failsafe” CSS selectors for the pages in order not to mess with the rest of our site. Thank you.
- The topic ‘CSS selectors for pages?’ is closed to new replies.