Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1164055

    Hi i want to add the (i) for copyright in the article featured image.

    I tryed already

    small.avia-copyright {
    display: block;
    }

    but then it show as link underneat the image and not that (i) icon to show on hover?

    Also whit that css code it shows everywhere the copyright notice (latest news), (related posts), etc.. i only want it to show at the featured post image

    #1164155

    Hey Mike,

    Thank you for using Enfold.

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1164238

    whole caching plugin is temp turned off

    #1164530

    Hi Mike,

    Thanks :)

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1164574

    Ok i tryed to sum it up in attached foto.

    On the left there is how it is if u add a foto to it.

    But i want that same if u see the blog post featured image

    Also it show on related post and all other images that dont need to show the copyright notice..

    #1164585

    Hi Mike,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .big-preview img + .avia-copyright:after {
        content: "\E81e";
        font-family: "entypo-fontello";
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        text-indent: 0;
        font-size: .8em;
        width: 2.6em;
        height: 2.6em;
        line-height: 2.8em;
        text-align: center;
        color: rgba(38, 29, 29, 0.94);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1164596

    ok thx but it didnt show up on the big preview image.

    i added it to quick css, enfold/css/custom.css and to enfold-child/style.css but no diffrence

    I flushed the css and cache but its still turned off so didnt cache any if im right..

    #1164968

    Hi Mike,

    The featured image has different html and css and so it’s not so easy to make all the images to have the same functionality.

    Best regards,
    Victoria

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