New Landing How can we help? Themeforest Theme Support Dante Blog wrapper details

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Dante
  • #120168
    Mike Craycraft
    Member
    Post count: 31

    Hello,

    I had removed the wrapper details on all of the blog posts and now the client is asking for just the date. I tried to make changes but now the pagination articles are showing as is the category of the posts. Here is a page for example: http://www.matrixtpa.com/ready-unemployment-tax-audit/

    Is there any way to just display the date and not have any of the other data (no author, no categories, no pagination articles)?

    I have tired adding additional CSS to the child theme and the theme options area with no success. Also, I it seems like CSS changes sometimes work in the Theme CSS area and sometimes I have to add it to the Child Theme. Should I be using one over the other?

    Thanks,
    MIke

    Attachments:
    You must be logged in to view attached files.
    #120170
    Mike Craycraft
    Member
    Post count: 31
    This reply has been marked as private.
    #120380
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You can add this to your custom css to hide the navigation:

    ul.post-pagination-wrap {
      display: none;
    }

    However you can’t hide the category without leaving ‘in’ as it’s not it the same span as the category

    – Kyle

    #120544
    Mike Craycraft
    Member
    Post count: 31

    Hi Kyle,

    I have added the code tot he Custom CSS section in the theme options and already had

    .ul.post-pagination-wrap {
    margin-bottom: 25px;
    list-style: none;
    display: none !important;
    }
    

    in there but the pagination to other articles is still there?

    Thanks,
    Mike

    #120554
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    The code is fine, the problem is the media query you have on your css isn’t closed and all the code below that doesn’t work.

    @media only screen and (max-width: 767px) { #header-section:before{opacity:1;}

    I didn’t close the media query because I’m not sure what code you want to affect to that screen resolution.

    I moved that code above the media query so it can work.
    You just need to close the media query placing the bracket in the right place.

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register