- This topic has 5 replies, 2 voices, and was last updated 4 years, 4 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › House State Pro › I wasn’t able to remove the word from the Home page below
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.
Hello James,
Please add this CSS in the additional CSS
.home #inner-content-wrapper{
display:none;
}
Regards,
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.

Kindly check it again and put forward with some solutions. Thank You.
Please remove the previous CSS and add this one
.home #inner-content-wrapper,
.home.no-sidebar #inner-content-wrapper{
display:none;
}
Regards,
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,
Thank you so much!
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



