Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #60127
    Michaela
    Participant

    Hi Sakin,
    I suddenly have the word “Home” appearing at the bottom of my homepage, just above the footer area. How can I remove this again? http://travelintense.com/
    Cheers,
    Michaela

    #60158
    Sakin
    Keymaster

    @Michaela: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .home .content-sidebar-wrap { display: none; }

    #61340
    Michaela
    Participant

    Hi Sakin,
    sorry to say, but the word “Home” is still appearing at the bottom of our homepage after I inserted the code 1. in the Custom CSS box, and then 2. in our child-theme’s stylesheet. Any other idea what the issue could be?

    Cheers,
    Michaela

    #61475
    Sakin
    Keymaster

    @Michaela: Sorry, there was slight mistake in above css. So, replace that with the following css:

    .home #content-sidebar-wrap { display: none; }

    #61477
    Michaela
    Participant

    Hi Sakin,
    great, thanks a lot, this code works.
    But unfortunately only when I put it in the Custom CSS section. I prefer having all my coding in my childtheme stylesheet, but when I put there, the “Home” word still shows up. I have encountered this a couple of times in recent days, that changes in my stylesheet get ignored, but are accepted when put in the Custom CSS section. How can that be?
    Cheers,
    Michaela

    #61518
    Sakin
    Keymaster

    @Michaela: It should work in child theme style.css as well. But when I check in your site, I see that you have used W3 total Cache and also minified css and all. So, the W3 Total Cache is serving old style.css. For that you need to clear your Cache from W3 Total Cache settings and also re-minify css.

    #61596
    Michaela
    Participant

    Hi Sakin,
    thanks a lot for that advise. I empty the cache regularly, but didn’t know I also have to re-minify my CSS to apply new changes.
    Cheers,
    Michaela

    #61613
    Sakin
    Keymaster

    @Michaela: Yes, this minify and cache is always confusing and plugin has it’s own configuration.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘"Home" at the bottom of homepage’ is closed to new replies.