Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ceylon Systems

    (@ceylonsystems)

    Hi Faisal,

    To hide the countdown, you can keep both Launch Date and Launch Time fields in Template options, empty.

    What do you mean by increase the size in compact template?

    Thread Starter falseraye

    (@falseraye)

    I left the launch date/time empty but the side bar still shows countdown icon.

    – I meant how to increase the size of the logo; it’s a bit small in the compact template.

    Thanks

    Plugin Author Ceylon Systems

    (@ceylonsystems)

    To change the logo size add the following line of CSS to Custom CSS option in IgniteUp options page. Please increase the number 120 to whatever you need.

    .logo {max-height: 120px;}

    And if you want to hide the whole countdown section of the template, use following two lines also in the Custom CSS option.

    .sidebar-nav li:first-child {display:none !important;}
    #countdown{display:none;}

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo size, side countdown’ is closed to new replies.