Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #196746

    I have two issues…
    1. How do I remove the grey keyline around the images in the portfolio grid view?
    2. How do I make an image in the portfolio grid view not clickable i.e. I don’t want it to link through to another page?
    Hopefully this makes sense!

    #196890

    Hi creativeyes!

    1.) Add this on your custom.css or Quick CSS:

    .grid-entry .inner-entry {
    box-shadow: none;
    }

    2.) You can add this on your custom.css or Quick CSS:

    .grid-image.avia-hover-fx {
    pointer-events: none;
    cursor: default;
    }

    Cheers!
    Ismael

    #198016
    This reply has been marked as private.
    #198385

    Hi!

    I already provided the solution for 2 and 3. Please refer to the post above.

    1.) What type of header style do you have?

    Cheers!
    Ismael

    #198478
    This reply has been marked as private.
    #198522

    Hi!

    You should add custom CSS code that Ismael posted in his first post to Quick CSS in Enfold theme options under Styling tab. And you can find all video tutorials here http://vimeo.com/channels/aviathemes/videos
    Can you post the link to your website?

    Regards,
    Yigit

    #198530
    This reply has been marked as private.
    #198554

    Hey!

    That is not possible at the moment. You can hire a freelance developer to modify the theme for you.

    Best regards,
    Ismael

    #198571

    Hi Ismael

    Thanks for getting back to me, can you recommend someone who knows the theme and would be able to do this?

    I also want to close the gap between Synopsis and the two panels above on every portfolio page http://www.cambridgeespana.com/portfolio-item/portfolio-big/ is this possible?

    Many thanks

    Rupert
    Creativeyes

    #198574
    This reply has been marked as private.
    #198612

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    body .column-top-margin {
    margin-top: 20px;
    }

    You can hire a freelance developer from Microlancer or you can also request quote here.

    Cheers!
    Yigit

    #198613
    This reply has been marked as private.
    #198620
    This reply has been marked as private.
    #198646
    This reply has been marked as private.
    #198663
    This reply has been marked as private.
    #198920

    Hi!

    1.) If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.

    On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page. The page id on your end might be different.

    .page-id-2251 .column-top-margin {
    margin-top: 20px;
    }

    2.) Add this on your custom.css or Quick CSS to fix Peter’s picture:

    .avia-team-member {
    margin: 0;
    clear: both;
    }

    3.) Use this to remove the content slider heading:

    .avia-content-slider .slide-entry-title {
    display: none;
    }

    4.) Use this to move the button:

    .page-id-1212 .avia-button-wrap {
    margin-top: -20px;
    }

    Regards,
    Ismael

    #198963

    That’s fantastic Ismael, the support service you guys provide is awesome.

    Many thanks
    Rupert

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Portfolio grid queries’ is closed to new replies.