• Hi All,

    I’m setting up a new site in 2017 and have really enjoyed the theme layout so far. I’ve added my blog and some basic posts to test the template but am having some issues customizing the CSS for what I want

    On the main page and blog page I want to remove the category from being listed, the poster from being listed and remove the padding from above the title to make everything fit nice and tight.

    Everything I’ve tried to do to the stylesheet, custom css and even the functions.php has not worked so far.

    Any help would be amazing!

    https://theshedwa.com/

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter marcroissetter

    (@marcroissetter)

    Fixed 🙂

    .bdp-post-title {
    margin-bottom: 1px;
    margin-top: 1px;
    padding: 1px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    }
    .bdp-post-categories {
    display: none;
    }

Viewing 1 replies (of 1 total)

The topic ‘CSS not applying or wrong code :/’ is closed to new replies.