Home Forums Pro Themes House State Pro I wasn’t able to remove the word from the Home page below

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #152383
    James Marak
    Participant

    Dear TP,

    I recently installed the House State Pro and trying to arrange the HOME PAGE as per the theme default. But I can’t delete or remove the HOME from the same page below. Here is the screenshot file.

    from the HOME PAGE below. Please help.” />

    I need to remove the word <HOME> from the Home page.

    Kindly give me the solution asap. Thank You.

    #152389
    Psink
    Keymaster

    Hello James,

    Please add this CSS in the additional CSS

    
    .home #inner-content-wrapper{
    	display:none;
    }
    

    Regards,

    #152390
    James Marak
    Participant

    Thanks, but I placed your given CSS in the additional CSS though, it came with the home picture now. Kindly look at the image given in the link below.

    Now it came with a picture again. I don't know why it is happening here again and again.

    Kindly check it again and put forward with some solutions. Thank You.

    #152403
    Psink
    Keymaster

    Please remove the previous CSS and add this one

    
    .home #inner-content-wrapper,
    .home.no-sidebar #inner-content-wrapper{
        display:none;
    }
    

    Regards,

    #152405
    Psink
    Keymaster

    Also, add this CSS to align the menu and logo at the same line

    
    @media screen and (min-width: 1024px){
       .main-navigation ul.nav-menu > li {
            margin-right: 0px;
        }
    }
    

    Regards,

    #152413
    James Marak
    Participant

    Thank you so much!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.