• Good morning! I am trying to figure out how to make my logo large in the header and I cannot for the life of me figure out how to edit the footer. Also the home page does not show up in the pages section. Thoughts?

    https://shuttlethemes.com/features/ This is the theme I am using.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    1) Make the logo larger in the header

    #logo img, #logo-sticky img {
        max-height: 68px !important;
        
    }

    2) Edit the footer

    Go to appearance -> customize -> theme options -> footer .

    select layout of your choice. then go back and select widgets -> footer column1 -> add widget.
    widget of your choice

    Hope this will helps you.

    Thanks.

    Worked perfectly! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make the logo larger in the header and edit the footer’ is closed to new replies.