• Resolved kikia

    (@kikia)


    Hi there,

    I’m trying to hide the website title on the static homepage *only*. The problem is that the title is overlapping the hero text on the mobile version, besides the fact that displaying both the title and hero text (both the company name) on the same page is repetitive.

    After browsing all 17 pages in the support forum, I had attempted to apply one of the solutions I found to my problem. I entered the following code to the custom CSS section on the ‘Customize’ function of the OnePress Plus theme:

    .header-transparent .no-scroll .site-header { position: relative; }

    However, this simply resulted in the entire header area turning white (thereby hiding the title) and also hiding the nav menu as well.

    My questions are:

    (1) How can I hide the website title from the main page but still keep it on other pages?

    And

    (2) Is there some way to anchor the footer to the bottom of the page? It currently “floats” above the bottom of the browser on the mobile platform.

    Website: https://canadiancannacentre.ca

    Thanks for any help

Viewing 5 replies - 1 through 5 (of 5 total)
  • 1-install the plugin royal css
    2- add to home page
    .site-text-logo{
    display: none;
    }

    Hey there,

    1. Please add following custom CSS to your theme using Advanced CSS Editor:
    .home .site-branding .site-title{ display : none; }

    2. We don’t support that. However you can add this :

    
    @media screen and ( max-width: 767px ) {
    .site { height: 100%; }
    .site-footer { width: 100%; position: absolute; bottom: 0 ; }
    }
    

    Let me know how it goes!

    Thread Starter kikia

    (@kikia)

    Thank you so much for your help @congthien. Both solutions seem to have worked! The only issue now is that there is now a white bar above the footer. It seems that the background image is being cropped? Is there any way to force the image to fill the entire background area?

    An additional question- the company logo is currently situated in the sidebar to the right of the page and disappears as the page scrolls down. Is there any way to float it to the left of the navigational menu without inserting it as the website’s logo (which causes the entire header to take up half the screen)? Thanks again for your help

    Thread Starter kikia

    (@kikia)

    Actually, on further inspection – the footer seems to be scrolling up over the text on the website’s other pages on the mobile version. Any fix for this, or is it a choice between one or the other?

    Hi Kikia,

    Unfortunatele it’s out of scope of support, we only provide support for theme installation/usage related question. Hope you understand.

    Let me know if you need anything further!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘onepress plus: hide title on static front page only, anchor footer’ is closed to new replies.