• Resolved leroy391

    (@leroy391)


    Hello,

    I have downloaded this theme and I can’t solve something. How can I delete or hide the blog items and team items on the home page?

    I only want to show the header and the post on the home page.

    Can u please help me fast..

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    Put this following css code to Appearance -> Theme Options -> Tools -> Custom CSS ->
    For to hide blog section

    section#top-section, section#bottom2-section {
    display: none;
    }

    Thanks,

    Hi,

    Can you please give me CSS to remove Testimonials from home page?

    Thank you

    elegsam

    (@elegsam)

    If you only want the slider and the featured posts to display, Goto
    Appearance -> Theme Options -> Tools -> Custom CSS ->
    To hide blog, testimonial, and about sections, put the below css code;

    section#top-section, section#bottom2-section, section#about-section {
    display: none;
    }

    Hi,
    I would like to change the button at the end of the blog section, it’s in english and I would like to write in french… Instead of “view all” it will be “J’y vais!”
    Could someone help me please?

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