Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #679893

    Hi,

    I searched a lot and tried some of the given solutions, not all because I don’t know css. The problem is that on my blog page (http://gerardvanrijnsoever.nl/kijk-breder-blog/) there is an invisible ‘permanent link’ whitch becomes visible by mouseover. When reading the total length blog there is besides the permanent link also a mouse over picture. I do not understand the function and I want te remove both. Can you help me?

    #681098

    Hey soef,

    Where is this mysterious element located on your page?

    Regards,
    Rikard

    #681393

    Hi Rikard,
    If you move your mouse about one inch above the blogtext. A small transparent window apaers. You can click it for the total length blog. And there again about the same place a picture apears by mouse over: a link to the same page.
    Do you need a print screen?

    #681401

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab to blow the cover of this mysterious element (which is in fact a harmless title but not visible because it is white)

    .page-id-763 .template-blog .post-title {
        color: black;
    }

    Best regards,
    Yigit

    #681662

    hi Yigit,

    That solves a part of the problem, Thank you. But there was a second part of my question: when clicked for the total length blog there apears a hidden picture of a pencil. Is it possible to remove that picture?

    Thank you,

    #681693

    Hey!

    I loaded the web site and I could not located the pencil.
    Can you please show us with a screenshot?

    Thanks a lot

    Best regards,
    Basilis

    #681772

    pencil
    by mouse over a pencil apears.

    • This reply was modified 7 years, 7 months ago by soef.
    #681945

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .single .small-preview {
    display:none !important;
    }

    Best regards,
    Rikard

    #682078

    Yes! Thank you!
    you can close this one

    #682166

    Hi,

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘permanent link on blog page’ is closed to new replies.