Questions re Illdy Theme

Hi Support:
I have recorded a short video explaining my 2 questions re the Illdy Theme, please watch it here:

Please let me know in detail how to do those 2 things. You can record a video for me if you need to. Your quick attention to this matter is greatly appreciated. Thank You!

truenorth3

Hey there,

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

  1. Here’s the documentation on how to properly set up the theme and how to use it:
    Illdy Theme Documentation - Colorlib

  2. You can change the font size for the logo and remove the sample page by adding the following CSS code in the Custom CSS option of your theme on the below path.

Note: Please note that sample page is actually a default menu generated. So in removing this you’ll actually remove the menu. If its a case where you just want a single page without a menu its fine.

Admin Area -> Appearance -> Customize -> Additional CSS

/*chnage logo font size*/
a.header-logo {
    font-size: 1.2em;
}
/*remove menu*/
nav.header-navigation{
    display:none;
}


Best regards,
Support.