How can I style the WordPress sidebar?« Back to Questions List
I noticed in the output on the video about the WordPress theme the sidebar wasn't looking too pretty, is there a way I can style the sidebar in my design so it looks better in the output? |
Do you have the right answer? If you do other users will benefit from your contribution, share your knowledge with the community!
This is Easy, but can become ComplexOur default WordPress template has the styles already included so we suggest you start there. Styles commonly use 2 tags, one for layers and one for classes, you can simply define your sidebar elements and change them in your PSD. *Important* industry rules apply: EXAMPLE CSS CLASSESWordPress has specific rendering of elements, you will need to know your element parent-child relationship to correctly control the CSS. Eg. WordPress will use custom CSS selectors to control page navigation. IN WORDPRESS: a) IN PHOTOSHOP (CSS LAYER NAMES): a) -- OR -- IN PHOTOSHOP (CSS FOLDERS): sidebar (folder) -pagenav (folder) --page_item (layer) RESOURCES:WP templates: //exportkit.com/suite/download/126/psd/wordpress |
Share Your Knowledge!
Contribute to the community and help other users to benefit from your answer with experience and knowledge.