• Resolved manusm

    (@manusm)


    Hi, I need help in custom CSS.

    I want remove the posts parts marked in yellow (see pic in link). How can i do this with Custom CSS?

    Picture

    Thx very much.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author mythemes

    (@mythemes)

    This feature is available in premium version.

    Theme Author mythemes

    (@mythemes)

    also you can use custom css:


    body.single.single-post article div.meta,
    body.single.single-post article div.post-meta-terms{
    display: none;
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://ww.wp.xz.cn/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications.

    Alternatively use your Child Theme style.css file to hold your CSS modifications.

    Theme Author mythemes

    (@mythemes)

    theme have a designated section for custom css ( Admin Dashboard > Appearance > Theme Options ) section “Others … ” field “Add custom css”

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thank you for clarifying that this feature is available in the free version.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Custom CSS for Posts’ is closed to new replies.