Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #239009

    Hello

    Please look at this post: http://www.kitm.se/sv/varmote-kitm-7-8-maj-2014-i-stockholm/
    Is it possible that I turn off the title of the page “Blogg – Senaste nytt” which means “Blog – Latest news” and its grey background and still keep this functions for my other pages?
    The first button “Nyheter” (News) has the same function and will show the list of the posts.

    Is it also possible to remove the link from the photo in the post? There is no need for that. The picture is in its full size anyway.

    Regards
    Abedi

    #239075

    Hey abedia!

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

    .postid-124 .title_container .main-title { display: none; }

    Regards,
    Yigit

    #239148

    Thanks for you excellent support!

    And answer to my second question? The picture is a “Featured Image” selected for the post.

    #239473

    Hey!

    Please add following code to Quick CSS as well

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

    Best regards,
    Yigit

    #241047

    Hi,
    Is it possible to use a code that works for all the posts and not a particular post so that the featured image doesn’t work as a link in any post?
    Thanks,
    Abedi

    #241158

    Hey!

    You can use following code to apply the code to all single post pages

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

    Regards,
    Yigit

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