Footer fixed

  • Posted in : Photographer
  • jaimschn
    Participant

    Hello. How can I fixed the footer to the bottom? Thank you so much.

    ahmetsali
    Keymaster

    Hi, you can try this custom css code;

    @media screen and (min-width: 992px) {
       .site-footer { position: fixed; bottom: 0; }
    }
    
    jaimschn
    Participant

    It works, thank you. Can I ask how maintain the navigation menu link color when it is clicked (a:active)?

    jaimschn
    Participant

    And just another question, please. How can I set a single portfolio as home page? Is it possibile? Thank you for your help.

    ahmetsali
    Keymaster

    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/

    smcm79
    Participant

    Relating to the previous question here, is it possible to have the css to change the menu font colour please?

    Many thanks.

    ahmetsali
    Keymaster

    @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
Login and Registration Log in · Register