• chachi09

    (@chachi09)


    Hello there,

    I need help with a number of small queries with the site I’m building. I have been trying to sort them myself via forums and articles but think I need some specific help.

    I’m using Twenty Seventeen and have also installed Advanced Twenty Seventeen plug in so I have created a ‘child theme’ and have amended some CSS and Java via this plug in.

    I have a utilised a scrolling front page and it is a very small site, only 5 pages so this works quite well for me.

    The areas that I need help with:

    * I would like the navigation to link to the ‘section’ within the home page. I have tried to implement the advice from this article but I can’t quite make it work – https://premium.wpmudev.org/blog/twenty-seventeen-wordpress-theme/?utm_expid=3606929-101._J2UGKNuQ6e7Of8gblmOTA.0&utm_referrer=https%3A%2F%2Fwww.google.co.uk%2F Need some help with that.

    * I would like to remove the shading/gradient from the header and feature images on the scrolling home page. I did find some code that has removed it from the top header image. The code I’ve used:

    .single-featured-image-header img {
    /* display: block; */
    /* margin: auto; */
    height: 33vh;
    object-fit: cover;
    }

    * Query re: appearance of feature images as they appear on the homepage section – I would like to decrease the height of these, I have managed to add this code and it is set the height I want but it only appears like this when you click through to the page (I want to disable this click through as per my query above re: navigation)

    The code I’ve used is:

    .single-featured-image-header img {
    /* display: block; */
    /* margin: auto; */
    height: 33vh;
    object-fit: cover;
    }

    Would like this scale to appear on the scroll down page too.

    * I would like to address the spacing between the copy on the pages, there seems to be a large gap between my h3 and paragraphs. Not entirely sure where or how to amend this.

    All help is appreciated and apologies if the answers are already in front of me. Just need a little hand holding to get it sorted 🙂

    Thanks in advance

  • The topic ‘Advice on Twenty Seventeen’ is closed to new replies.