Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #261936
    planarknight
    Participant

    for reference please refer to the image i have placed on dropbox here: https://www.dropbox.com/sh/yrkhq8ge6f34qc0/AADif2X5jAxKpSflREhQcy91a?dl=0

    i have two questions

    1) i would like to replicate the “scroll” down bouncy arrow on the main page on other pages on my website – not all but some. is there code i can add to specific pages to all me to do that?

    2) on my main page i want to hide the name of my webpage – the title of the page being use there – i have already hidden it on all my other pages however it keeps appearing on the homepage.

    thanks!

    #261984
    Skandha
    Participant

    @planarknight: Hello there,
    1.To replicate scroll down on other pages you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer to get it done/

    2. Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #content article .entry-title {
        display: none;
    }

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #262028
    planarknight
    Participant

    Thanks Skandha, i’ll investigate the Child Theme, i’m familiar with it but not by much.

    regarding the removal of the title page – i tried the CSS modification provided and it didn’t work.

    any other suggestions? if you want to take a look yourself the account i created for you still exists on the website feel free to logon and look.

    thanks

    #262046
    planarknight
    Participant

    Never mind – we repurposed the Title page and incorporated it into the page 🙂

    thanks Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘remove homepage title and duplicating “scroll” feature on headers’ is closed to new replies.