Footer fixed Posted in : Photographer jaimschnParticipant 24 March 2015 at 20:16 #20995 Hello. How can I fixed the footer to the bottom? Thank you so much. ahmetsaliKeymaster 25 March 2015 at 01:21 #21021 Hi, you can try this custom css code; @media screen and (min-width: 992px) { .site-footer { position: fixed; bottom: 0; } } jaimschnParticipant 25 March 2015 at 03:24 #21028 It works, thank you. Can I ask how maintain the navigation menu link color when it is clicked (a:active)? jaimschnParticipant 25 March 2015 at 12:44 #21052 And just another question, please. How can I set a single portfolio as home page? Is it possibile? Thank you for your help. ahmetsaliKeymaster 1 April 2015 at 15:19 #21295 Hi again, 1-) try this custom css code; .nav-menu ul li a:active { color: #333; } 2-) this is not possible in wordpress by default, alternatively you can try this plugin; https://wordpress.org/plugins/quick-pagepost-redirect-plugin/ smcm79Participant 26 April 2015 at 20:06 #21978 Relating to the previous question here, is it possible to have the css to change the menu font colour please? Many thanks. ahmetsaliKeymaster 28 April 2015 at 12:09 #21994 @smcm79 Hi, you can try this custom css code; .nav-menu ul li a { color: #096; } Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in and have valid license to reply to this topic. License required for the following item Photographer WordPress Themeby pixelwars Login and Registration Log in · Register