• Hi,

    I would like to know if it is possible to permanently hide the header of this theme. I used a CSS code to hide it temporarily, however this is not a good fix for a longer time. As you can see, on the other pages the title touches the menu bar now.

    Second question; we noticed that if you use the menu and navigate to an other page, the menu bar changes. It becomes smaller and centert to the left. We would love to keep the same menu bar on all pages just like the one on the home page.

    The same with the info on the other pages than home. The texts is all centert to the left, unlike the homepage where it is in the middle.

    Last question; is there a way to change the font of the footer widgets? We want the whole site to use “Poppins”

    Thank you in advance.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ondersteboven20

    (@ondersteboven20)

    Hi, we are still waiting for an answer to the questions above:)

    Theme Author Kharis Sulistiyono

    (@kharisblank)

    Hello there,

    I am sorry for the long delay. I don’t mean to. ?? But I didn’t receive email notification of a topic you posted.

    > 1. I would like to know if it is possible to permanently hide the header of this theme.

    It looks like you’ve successfully accomplished it. You can also hide it with this CSS code:

    
    .site-header {
      height: auto !important;
      background-image: none;
    }
    
    .site-header .site-branding {
      display: none;
    }
    

    > 2. on the other pages the title touches the menu bar now.

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    @media only screen and (min-width: 1025px) {
      body:not(.home) .clone-header {
         height: 60px; 
      }  
    }
    

    > 3. we noticed that if you use the menu and navigate to an other page, the menu bar changes. It becomes smaller and centert to the left.

    This theme is uniquely designed to have larger banner on the frontpage. For inner pages, the header purposively designed like what it’s right now. It is not an issue to fix. To transfer larger header to your page, you can enable Frontpage template. The option is under Page Attributes.

    > 4. is there a way to change the font of the footer widgets? We want the whole site to use “Poppins”

    Firstly you need to enable the Poppins font with this plugin. To apply on specific area like footer widget, add this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .footer-widget-area,
    .footer-widgets .widget-title {
      font-family: 'Poppins', sans-serif;
    }
    

    Regards,
    Kharis

    Thread Starter ondersteboven20

    (@ondersteboven20)

    Thank you for your answer, this was very helpful!

    I only have one question for now. On the side pages we made the menu bar “static” aswel. The color of this menu bar changes when scrolling the page. However this color is black while we want it to be the same color as the menu bar on the frontpage when scrolling.

    I looked at the Cuna color options and there I did no chose black anywhere.

    Theme Author Kharis Sulistiyono

    (@kharisblank)

    Hello there,

    Try Quna Design Pack plugin. Once activated, visit customize panel and there’ll be more complete color options in there.

    Regards,
    Kharis

    Thread Starter ondersteboven20

    (@ondersteboven20)

    We already have the cuna plugin activated. However all the menu bar options have the color pink selected while on the other pages the menu bar is black while hoovering.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide header and couple of other questions’ is closed to new replies.