Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #212509

    Hi there, the overlay / hover of related posts still shows a pen when I hover over it although I added

    .related-format-icon-inner, .related-format-icon{
    display: none !important;
    }

    to quick css. Are you sure this is the right code to remove the hover effect? How can I remove the pen overlay?

    #212998

    Hey gentlemansgazette!

    Yes, following code, which is included in your post also, should remove pen icon

    .related-format-icon-inner { display: none!important; }

    Please try adding it to bottom of Style.css file of your child theme if you are using a child theme, if not, please try adding it to custom.css file inside Enfold/css folder then flush browser cache and refresh your page a few times.

    Cheers!
    Yigit

    #214133

    I added it to the quick css, is that not enough?

    #214168

    Hi,

    Maybe the Quick CSS is not working (this is due to a permissions problem in the /uploads folder), can you post the link to your website please?

    Regards,
    Josue

    #214269
    #214271

    Another change in the quick CCS that you just providedme with is also not working, so let’s hope it is a permissions problem…

    #214460

    Hi!

    Please let us know after you check permissions and confirm, so we can mark this thread as resolved

    Regards,
    Yigit

    #214485

    Can you elaborate a little more about permissions. What exactly do I have to check for and what should I set it to?

    #214488

    Hey!

    Please see http://codex.wordpress.org/Changing_File_Permissions
    wp-content/uploads folder should be writeable. Please set it to 755

    Cheers!
    Yigit

    #214637

    It is set to 755…

    #214653

    Hey!

    I don’t see the overlay anymore. Please remove browser cache then reload the page a few times. Test it on another browser.

    Best regards,
    Ismael

    #214684

    It is a CDN issue, sorry.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to change overlay hover of related posts under blog post’ is closed to new replies.