Need help with Backscreening Theme

Discussion in 'ColorWay WordPress Theme' started by fredness, Feb 17, 2019.

  1. fredness

    fredness New Member

    Joined:
    Jul 7, 2013
    Messages:
    4
    Likes Received:
    0
    Sorry for posting here but I didn't see my theme anywhere.
    I would like to get rid of the blog and team section of the theme.
    Thank you
     
  2. akbar92

    akbar92 Support Staff Staff Member

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

    Greeting from InkThemes,

    To make the desired changes, just paste the code in the custom CSS section of the theme.

    Go to (Dashboard->InkThemes->Theme Options->Styling Option).

    OR

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    /** To hide the blog section **/

    Code:
    section#blog {
        display: none;
    }
    /** To hide the team section **/

    Code:
    section#team {
        display: none;
    }
    Regards,
    Akbar
    InkThemes.com
     

Share This Page