Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #128853
    avphotos
    Participant

    hello patrik,

    I’m practically a beginner when it comes to creating website. i would like to know how do i take out “news” and be able to insert pictures? like the default theme?

    thanks,
    AV

    #128894
    Pratik
    Participant

    Hi @avphotos,

    Can you post in your site url? Also, what do you mean by take out News and be able to insert pictures? Do you mean to just remove the news section and add in just the images?

    Regards,
    Pratik

    #128897
    avphotos
    Participant

    Hi @patrik,

    my site is http://www.itsavphotography.com . yes, basically on the front page, would it be possible to take out the word “home” ? and be able to put bunch of pictures? i really like this theme, and eventually i would like to upgrade it to pro. but this is my first website, and would like to learn.

    thanks,
    av

    #128903
    Pratik
    Participant

    Hi @avphotos,

    In that case, you can do following:
    Solution 1:
    * Since you have setup home page, just add gallery in the homepage content, then hide home using following code in Appearance=> Customize=> Additional CSS box:

    
    .home #main .entry-header {
        display: none;
    }
    

    Solution 2: Goto Appearance=> Customize=> Custom CSS and add following code:

    
    .home #primary {
        display: none;
    }
    

    Then use portfolio to display images. Check instructions at https://catchthemes.com/theme-instructions/fotografie/#portfolio-option-ect on how to do that.

    Regards,
    Pratik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘on Home…’ is closed to new replies.