New Landing How can we help? Themeforest Theme Support Neighborhood Customise blog post and image overlays ?

Viewing 15 posts - 1 through 15 (of 16 total)
  • #191471
    MarieWorks
    Member
    Post count: 225

    Hi,

    Is it possible to customise the icon / image / text shown in the mouse over overlays that are shown on blog posts (screenshot)? Can this sort of overlay effect be added to any image within the theme ?

    Thanks

    Chris

    Attachments:
    You must be logged in to view attached files.
    #191500
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Which image you want to add? Do you want to use a different icon?

    #191502
    elecsander
    Member
    Post count: 17

    Yes! I have the same question.
    I just overwrite it with an background image.

    But the background image is not centered. Because the DIV has width:100% and the text-icon is text-align: center;

    this is my idea, but the icon is on the left side, not centered.

    figure .fa-file-text-o {
       background: rgba(0, 0, 0, 0) url("images/new-icon.png") no-repeat scroll center center;
        height: 36px;
        text-indent: -999em !important;
        width: 36px; 
    }
    #191515
    MarieWorks
    Member
    Post count: 225

    Idealy we’d like to be able to use text instead and change the colour / opacity of the overlay background and the text

    Is that possible?

    Thanks
    Chris

    #191901
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Which text? Same text for all? Please elaborate?

    #191907
    MarieWorks
    Member
    Post count: 225
    This reply has been marked as private.
    #191930
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Sorry, customizing it to use different images won’t be possible as it is much more work which is out of our theme support scope.

    If you want to use a single icon, we can add it. Please attach your icon/text whichever you need.

    #192642
    MarieWorks
    Member
    Post count: 225
    This reply has been marked as private.
    #192645
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can use only global text for all images.
    Thanks
    Mohammad

    #192812
    MarieWorks
    Member
    Post count: 225

    Hi Mohammad,

    Would it be possible to upload a SVG or EPS logo file to use instead of global text?

    Thanks

    Chris

    #192854
    MarieWorks
    Member
    Post count: 225

    actually scratch that,

    could we just get rid of the blog post / chain link logos all together and set the overlaid colour independently of the main accent colour set through the colour customiser.

    Ie. wed like the primary accent colour to be blue – but we want the accent colour displayed when mousing over images that are links to be a very transparent white?

    think this should be simpler..?

    Thanks

    Chris

    #192860
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try the code below

    figure .overlay {
      background-color: #FFFFFF!important;
    }
    figure:hover .overlay {
      box-shadow: inset 0 0 0 500px #FFFFFF!important;
    }
    .fa-file-o:before {
     display:none;
    }
    

    -Rui

    #193024
    MarieWorks
    Member
    Post count: 225

    Hi Rui,

    Thanks for the css – seems to of almost done the trick.

    However the .fa-file-o icon is still visible – see screen shot

    Cant seem to get rid of it even by adding “!important”

    Any ideas ?

    Thanks

    Chris

    Attachments:
    You must be logged in to view attached files.
    #193035
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    .overlay .thumb-info i{display:none !important;}
    Thanks
    Mohammad

    #193038
    MarieWorks
    Member
    Post count: 225

    bingo!

    thanks again Mohammad,

    your support’s been amazing – we really appreciate it!

    Chris

Viewing 15 posts - 1 through 15 (of 16 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register