Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #718261
info about title header
Closed

Comments

  • Alessandro started the conversation

    Hi

    I need to create an article with featured image ( to show into the listing )  but the title area like an article without featured image in the single layout.

    It is possible?

    Then if I set for the individual article a custom image for the background, it is used only when the featured image is not set.  This is of little use.

    Thank you very much

    Alessandro




  •  1,845
    Elated replied

    Hi Alessandro,

    We can help you to disable featured image on single post page, but unfortunately achieving all these functionalities really demands too much custom coding that unfortunately we're not able to provide because we have to concentrate on general theme support to all customers :( Hope you'll understand.

    So, if we can help you about how to disable featured image on single post page, let us know and we'll provide you custom css for that.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Alessandro replied

    Hi 

    ok!

    Please, give me custom css. 

    I try to adapt it to my site

    Thank you!

    Alex

  •  1,845
    Elated replied

    Hi Alessandro,

    You can use this code below, add this code to custom css in Elated Options > General:

    .single-post .eltdf-title.eltdf-title-has-thumbnail {
        background:none!important;
        height:auto!important;
    }
    .single-post .eltdf-title.eltdf-title-has-thumbnail .eltdf-title-holder {
        height:auto!important;
    }
    .single-post .eltdf-title.eltdf-title-has-thumbnail .eltdf-title-holder .eltdf-title-text {
        color:#000000!important;
    }
    .single-post .eltdf-title.eltdf-has-background .eltdf-title-image-overlay {
        display:none!important;
    }
    .single-post .eltdf-title.eltdf-title-has-thumbnail .eltdf-title-post-info {
        position:relative!important;
    }

    Just adjust it to fit your needs. Hope it will help.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.