Remove a Section

Discussion in 'One Page Pro WordPress Theme' started by renarts, May 23, 2016.

  1. renarts

    renarts Member

    Joined:
    Sep 4, 2013
    Messages:
    49
    Likes Received:
    1
    Hi!

    Some questions regarding the theme:

    Is it possible to remove or hide a specific section? Say, I don't want the pricing section showing up?

    Is there a way to interchange sections like have the team section before the testimonials?

    Lastly, for the blog section, can I just have the featured image showing and the read more button without the content summary?

    Thanks in advance for your help.
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    You can do all your above changes from Section sorting option of your dashboard..

    You just need to go Dashboard=>Appearance=>Customize=>Homepage Setting=>Homepage Section Sorting and from this section you can delete or arrange the sections according to you..

    To remove content from the blog section,

    Please paste the code given below in Custom CSS field (Dashboard=>Appearance=>Customize=>Theme Setting=>Custom Setting=>Custom CSS) of your dashboard.
    Code:
    .blog_div .post p {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. lrepton

    lrepton Member

    Joined:
    Nov 1, 2013
    Messages:
    57
    Likes Received:
    0
    There is not a "Homepage Section Sorting". How does one go about deleting sections from the top menu?
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    To delete the menu from here:

    Go to the Dashboard -> Appearance -> Menus.

    Delete the menu whichever you want to delete.

    2018-11-08_11h23_56.png

    Regards,
    Akbar
    InkThemes.com
     

Share This Page