2 problems

Hi @lil100round,

I hope you are well today and thank you for your questions.

1. How would I change the logo in the top left to make it bigger? I am a little bit familiar to CSS but I just can’t seem to find the W/H values in the code.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other



@media (min-width: 991px){

img.logo {
    max-height: 100%;
}
#site-navigation .row > .module.left, 
#page .nav-bar a {
    height: auto;
    width: auto;
}
}
2. How would I make where it says “Home” only appear once.

We have already answered this question in the following topics so please check the solutions posted there.

https://colorlibsupport.com/t/page-title-section-removal/

https://colorlibsupport.com/t/how-to-remove-shapely-theme-heading/

Best Regards,
Movin