Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #398305

    Hi, I can’t seem to remove the blog post title – date – author
    I was reading about this issue on this forum, but everyone is talking about a custom.css file.
    What is it and where do I find this?

    #398309

    Oh and how do i adapt the featured image so that it doesn’t link to a media file?
    I don’t want it to link to anything

    #398317

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single .big-preview.single-big {
    pointer-events: none!important;
    }
    span.post-meta-infos {
    display: none !important; 
    }

    You can find Custom.css file inside wp-content/themes/Enfold/css folder

    Best regards,
    Yigit

    • This reply was modified 9 years, 9 months ago by Yigit.
    #398365

    Hi Yigit,

    I added it to the quick css but it didn’t seem to work.

    And what do you mean with wp-content?
    I can find Enfold here: appearence/themes/enfold

    #398372

    Hey!

    I edited the code i posted here – https://kriesi.at/support/topic/custom-css-file-2/#post-398317
    You are going to need an FTP access to edit Custom.css file

    Best regards,
    Yigit

    #398398

    thank you,

    But now i still have 2 titles showing. A H1 in my text and the title of the post.
    If i remove the H1, can I make the post’s title into a H1 and adapt the styling? Like make it bold and bigger?

    #398659

    Hey!

    The link you provided seems to have been removed, could you post a new one and specify exactly what you want not to display please?

    Regards,
    Rikard

    #398785
    This reply has been marked as private.
    #398788

    Hi!

    Please firstly publish your page and then post us the link to your page where we can see the issue

    Best regards,
    Yigit

    #398914
    This reply has been marked as private.
    #398919

    Hi!

    Please add following code to Quick CSS as well

    .single header>blockquote.first-quote {
    display: none!important;
    }

    Regards,
    Yigit

    #398924

    Oke great! it worked :)
    thank you so much for the support!

    #398926

    Hey!

    Glad we could help :)

    Best regards,
    Rikard

    #398927

    Hi!

    You are welcome, glad we could help :)
    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 14 posts - 1 through 14 (of 14 total)
  • The topic ‘custom.css file’ is closed to new replies.