Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #691426

    Ahoy, I would like to customize the blog posts widget on the home page of my website online. I do not want it to effect other instances of the widget. Only the page in the private content

    I would like to do the following:

    Remove the “Date” and “/” in the bog post. I would like to leave the date but change the color of it.

    please Advise

    #692940

    Hey mcraig77,

    Thank you for using Enfold.

    Remove the “Date” and “/” in the bog post. I would like to leave the date but change the color of it.

    I’m sorry but this is quite confusing. Do you want to remove it or change the color? If you to remove it, please use this:

    .page-id-726 .avia-content-slider .slide-meta .slide-meta-comments + .slide-meta-del, .page-id-726 .avia-content-slider .slide-meta time {
        display: none !important;
    }

    Best regards,
    Ismael

    #692944

    Ahoy,

    Sorry! I meant to say I wanted to remove the “comment” and the “/”. I would like it to just be the date no “comment” and the “/”

    #693025

    Hi,

    Please remove the previous code and try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .slide-meta-comments, .slide-meta-comments+.slide-meta-del {
    	display: none!important;	
    }
    

    Best regards,
    Vinay

    #693353

    Thanks! That worked!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Customize blog posts widget Comment and / News’ is closed to new replies.