Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #258444
    anitan
    Participant

    Hi there

    I have been testing out the free version of your theme with a view to upgrading. A couple of questions arise with regards my site https://anitanarayan.com on which I have installed parallax frame

    1) With reference to the Welcome section above the fold [book image opposite], the same text appears to repeat in the promotional section further down. How do I remove this as I do not wish it to repeat?

    2) In the book excerpts section on the homepage, where it says ‘read more’, when I click on that it opens up into a page that continues to display the background image throughout. How do I change it to a plain white page so that the text shows clearly?

    3)The book excerpts section only allows you to pull pages as opposed to posts so I had to write my excerpts as pages. Is there a way to pull posts?

    kind rgds Anita

    #258499
    Skandha
    Participant

    @anitan: Hello Anita,
    For 1 & 2
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #content {
        display: none;
    }
    body:not(.home) {
        background-image: unset !important;
    }

    The option to use posts in the Featured Content section is only available in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

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

    #258724
    anitan
    Participant

    Hi Skandha

    Many thanks for your reply and I successfully added the code. One more question that just arose if I may. If I want a video to display under the welcome heading instead of text, and to the left of the book featured image, can and I do that in the free version. I tried without success – it just wont display

    kind rgds
    Anita

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Homepage Question’ is closed to new replies.