New Landing How can we help? Themeforest Theme Support Dante Mutiple issue with site

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Dante
  • #255342
    paulagir
    Member
    Post count: 74

    Hello, I am hoping you could help me with 4 issues with the site. Please see the mock-up for reference.

    Thank you,
    Paula

    Attachments:
    You must be logged in to view attached files.
    #255648
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    For the visual changes, please use the in Theme Options => Custom CSS

    section.portfolio-detail-description * {
        font-size: 16px;
    }
    
    .portfolio-categories li {
        border: none;
    }
    
    .portfolio-categories li a {
        padding: 4px 0;
    }

    Looks like the related portfolio items have been removed already?

    Thanks.

    #255672
    paulagir
    Member
    Post count: 74

    Thank you so much!

    There are just a few issues that remain as seen in the mock-up..

    1) Is it possible to lessen the length of the text?

    2) This element remains in the layout and appears on a bunch of pages. Is there a way to get rid of it?

    3) Wondering if that line at the top can disappear as well.

    Thanks again for your help!

    Attachments:
    You must be logged in to view attached files.
    #255809
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Add this to your custom css:

    .portfolio-detail-description .body-text {
      padding-right: 60px;
    }

    2) That’s coming from one of your plugins, to remove it add this:

    .ngfb-content-buttons {
      display: none;
    }

    3) Add this:

    .portfolio-categories li:first-child {
      border-top: none;
    }

    – Kyle

    #255874
    paulagir
    Member
    Post count: 74

    Thanks so muck Kyle! Everything worked beautifully.

    I just have one more question. Is it possible to move the entire column of tags to the bottom as you’re seeing in the mock–up?

    Thanks again!

    Attachments:
    You must be logged in to view attached files.
    #255880
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    The closest you could get would be something like this:

    .portfolio-details-wrap.col-sm-3 {
        width: 100%;
    }
    ul.portfolio-categories {
        margin-top: -60px;
    }
    .portfolio-categories li {
        float: left;
        margin-right: 15px;
    }

    Thanks.

    #255893
    paulagir
    Member
    Post count: 74

    PERFECT! worked great. Thanks again.

    one last question (promise!) is there a way to change the color of these tags (not the hover state)?

    #255896
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Sure, please try this and change the colors:

    .portfolio-categories li a {
        color: red;
    }
    .portfolio-categories li a:hover {
        color: blue;
    }

    Thanks.

    #256472
    paulagir
    Member
    Post count: 74

    thank you!!!

    #256630
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks David

    – Kyle

Viewing 10 posts - 1 through 10 (of 10 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