Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #280205

    Hi
    Is it possible to style one portfolio gallery on one page, and style another different one a another page?

    http://www.dalbomultimedia.net/ictec/?page_id=3360
    I would like to make the image shape transparent (or at least remove the border) from the featured image attached to the very first portfolio gallery on top of this page. The style should not affect the portfolio gallery on the bottom of the page.

    An alternative approach would be to link directly to the portfolio with the ajax effect from a ordinary image – without leaving the page of course. I don’t know if that would be possible

    I would be so happy if this was able to solve – it would finish the design and functionality of this site.

    • This topic was modified 10 years, 5 months ago by dalboslampen.
    #280210

    Hi dalboslampen!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-3360 #av_section_1 .inner-entry {
    box-shadow: none!important;
    background: transparent!important;
    }

    More solid solution would be turning on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and using custom classes.
    In that case, you can simply use

    .custom-class-example .inner-entry {
    box-shadow: none!important;
    background: transparent!important;
    }

    Cheers!
    Yigit

    #280225

    Briliant!

    …and to get rid of the semitransparent overlay when hovering over – possible?

    by the way – I went for the Custom CSS for ALB elements :)

    #280228

    Hey!

    Please add following code to Quick CSS as well

    .your-custom-class span.image-overlay {
    display: none!important;
    }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.