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 #721807
blog titles
Closed

Comments

  • varoujan started the conversation

    how can i remove the post written by , and category under the post title ?

    kindly find attached an image explaining 

  •  1,845
    Elated replied

    Hi,

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

    .eltd-blog-holder.eltd-blog-type-standard article .eltd-post-info {
        display:none!important;
    }

    Hope this 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.

  • varoujan replied

    Hi,

    i have used the code below and removed the metadata from the blog title, thanks a lot.

    Now how can i :

    1- Resize the white box to the same height of the date box (the post date in black box) ?

    2-keep the title as a single sentence , because some title are coming as two sentences ?

    3-in sidebar widget , i have used the (about me) in the content but the withe overlap cover 80% of the image. can we align it with the image as covering the same width ? and if there is a specific width i can resize the image in the futre to keep the alignment.


    Best, 

  •  1,845
    Elated replied

    Hi,

    1) Unfortunately there is no such option... Maybe we can help with some custom css but that can affect your website in responsive design, so we do not advise you to change this behavior.

    2) Try with this code below, add this code to custom css in Elated Options > General:

    .eltd-post-header .eltd-post-header-right {
        width:100%!important;
    }

    3) You can try with this code below, add this code to custom css in Elated Options > General:

    .eltd-about-me-content-holder .eltd-about-me-content, .eltd-promoted-post-content-holder .eltd-promoted-post-content {
        left:10px!important;
    }
    .eltd-about-me-content-holder .eltd-about-me-content {
        padding-left:9px!important;
        padding-right:9px!important;
    }

    Hope this 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.