Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #339554

    On our main blog page, we want to remove the image above the blog article, but still keep the small icon image to the left of the article title in the sidebar, is this possible? Thanks in advance for your great support.

    #339559

    Hi ejo14!

    Sure, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .blog .big-preview.single-big {
    display: none;
    }

    Cheers!
    Yigit

    #339631

    Thanks so much for the help, sorry I didn’t clarify, but can you also send the code to remove it from the top of the actual blog post as well please?

    #339634

    Hi!

    Please use following code instead

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

    You can also edit your blog post and check not to display featured image on single post – http://i.imgur.com/h76eUKS.png

    Best regards,
    Yigit

    #339787

    Hi

    How can I disable the link on images in my Blogposts. I don`t use the function to increase the blogimages.

    Thx for the answer

    Best regards, Diana

    #339814

    Hi Diana,

    Can you post the link to your blog page or a blog post please?

    Regards,
    Josue

    #339833
    This reply has been marked as private.
    #339837

    Hey!

    Try adding this code to the Quick CSS:

    .single .big-preview a {
        pointer-events: none;
    }

    Cheers! 
    Josue

    #339951

    Thank you very much, it works!

    #339981

    Oh but on other monitors it doesn`t work, there is still the link.. what can I do?

    #339986

    Ok the reason is, that it doesn’t take the style.css changes in the firefox Browser.. why not? Thx for helping me

    #340043

    Hi!


    @atelier_interaktiv
    Can you post the link to your website please? Have you tried flushing browser cache after applying custom CSS code?

    Regards,
    Yigit

    #340074
    This reply has been marked as private.
    #340075

    yes I tried flushing the browser cache..

    #340283

    Hi!

    Change the location of the link-disabling snippet, put it at the very start, after this:

    /*
     Theme Name:   Enfold Child
     Theme URI:    http://example.com/enfold-child/
     Description:  Enfold Child Theme
     Author:       netfang
     Author URI:   http://example.com
     Template:     enfold
     Version:      1.0.0
     Tags:         
     Text Domain:  enfold-child
    */

    Best regards,
    Josue

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