Okay
  Public Ticket #1822983
How do I hide both site branding logo and text on just the homepage?
Closed

Comments

  •  1
    lukasgraphics started the conversation

    Hello,

    The subject pretty much says it all.

    —I want my home page to hide both the logo and text branding reading "Matt Lokay Photography" just on the homepage.

    So in other words how do I just show the menu and search bar on the homepage?

    — Also how do I center the footer widget?

    Thanks.

  • [deleted] replied

    Hi Lukas,

    1— I think that you are wanting to remove the brand logo and menu. To do that you just need to click edit page and then go to Parameters and Options area > Custom CSS and add the code below:

    header.main-header {
    display: none;
    }
    so the code will be applied to that page only.

    2— You just need to choose 1 widget per row 

    medium
    (view on a new page)

    Have a great day!

  •  1
    lukasgraphics replied

    1- thanks but I want to keep the menu on my homepage just get rid of the text logo.

    Why doesn't this work?

    header.logo-text {    display: none:}

    2- Works thank you.

    Also

    3-  How do I add portfolio category links (Color, B&W, Nature, Urban, Motion) to the main menu (lightbox)?  Custom links do not work they just direct user to the main portfolio page.

    4-  How do I reorganize my portfolio categories in the menu on the portfolio "all" page to not be alphabetical?

    I would like this order:

    Color  B&W  Nature  Urban  Motion

    Thanks.

  • [deleted] replied

    Hi lukasgraphics,

    1— Please remove the old one that I send you and add this one:

    .logo-column {    display: none;}

    2— Great.

    4— Please read this article Manual ordering of posts (portfolio/page/products).

    3— Regarding your further questions, kindly open a new ticket and post your request so it will be helpful for the other users to take advantage of searching them on the forum. We’re glad to help you in your new thread. Will set this ticket as solved from here.

  •  1
    lukasgraphics replied

    4- This allows me to reorder Portfolio items.   I want to reorder Portfolio categories on the Porfolio Main Page menu where it is defaulted to alphabetical.

    Currently:

    B&W  Color  Motion  Nature  Urban  

    I would like this order:

    Color  B&W  Nature  Urban  Motion

    Am I missing something?

  • [deleted] replied

    Hi lukasgraphics,

    Sorry for that, please read this article: Ordering Categories.

    P.S: Please take your time and read Kalium Documentation articles, we have prepared more than 130 articles where you can find very useful informations about your theme.

    Thanks!

  •  1
    lukasgraphics replied

    Cool thanks.   Sometimes, I have trouble searching for the answer in the documents.   There's alot of information there.  

  • [deleted] replied

    Hi Lukas,

    Glad to hear that you found the article.

    Happy Holidays!

    Will set this ticket as solved from here.