New Landing How can we help? Themeforest Theme Support Dante date of posts on blog

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #308549
    turtleconcept
    Member
    Post count: 19

    hello,
    I use the blog option to post events on a website. I would like to take off the date the posts were published as it gets confusing with the date of the event.

    Can you please help me out.

    eleni

    #308550
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide a link to an example page where you want to remove it? So I can provide some custom css to achieve it.
    Thanks

    -Rui

    #308993
    turtleconcept
    Member
    Post count: 19
    This reply has been marked as private.
    #309174
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    .standard-post-date {
         display: none;
    }

    Can’t reach several part of the admin, I’m always getting this alert.
    https://www.dropbox.com/s/8jq3d141oqfi500/Screenshot%202017-01-06%2017.05.36.png?dl=0

    -Rui

    #309278
    turtleconcept
    Member
    Post count: 19
    This reply has been marked as private.
    #309643
    David Martin – Support
    Moderator
    Post count: 20834

    2) You will want to add a custom class to your artsy link, ex: artsy. You can then use this CSS:

    #copyright ul.social-icons,
    #copyright a.artsy {
        float: left;
    }

    3) Add the slider via the meta options:

    Are you wanting just a fullscreen slider on that page? If so you can then remove the white space using this CSS:

    .page-id-2 .inner-page-wrap {
        display: none;
    }

    4) Solved using the above method.

    5) You can force the logo smaller using:

    #logo img {
        max-width: 82px;
    }
Viewing 6 posts - 1 through 6 (of 6 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