Change post image hover icon

Home Forums Gillion Theme Change post image hover icon

Home Forums Gillion Theme Change post image hover icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • hife2017
    Participant

    Hi support team,

     

    Can you tell me where i can change the hover icon (three dots now)?

    which code I need to modify

     

    Thank you

    Attachments:
    You must be logged in to view attached files.

    Hi @hife2017,

     

    Thank you for your question.

     

    Could you please tell me exactly what you want to change in it so that I can help you to change it?

     

    Best regards,
    Shufflehound team

    hife2017
    Participant

    ok, thanks

    You can change it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .post-overlay-content {
        background: url("http://dronewithray.com/gillion-theme/wp-content/uploads/2017/02/Gillion_logo_black.png") no-repeat center;
        height: 30px;
        width: 105px;
    }
    
    .post-overlay-content span {
        display: none;
    }

     

    Please change the Icon image URL in the above CSS code to whatever you want to.

Viewing 4 posts - 1 through 4 (of 4 total)