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

    Hello,
    I have placed a portfolio widget in the footer and sidebar of many of my website pages. For each portfolio item it shows the title and the date and time it was added. I would like to remove the date and time info. Can you help with that?

    Also, the portfolio pages names appear in color green, which is fine, except in the footer, where the background color is also green. Is it possible to change the color only in the footer widget? (possibly to dark green or black).

    I attach admin credentials
    Thank you very much
    Elena

    #1401828

    Hey Elena,

    Please try the following in Quick CSS under Enfold->General Styling:

    span.news-time {
      display: none; 
    }
    
    #footer strong.news-headline {
      color: #000;
    }

    Best regards,
    Rikard

    #1401829

    Hello Rikard,
    thank you for your reply.
    The date has been removed, but the color in the footer remains green.

    Best regards,
    Elena

    #1401849

    Hi Elena,

    Please try to replace this code:

    #footer strong.news-headline {
      color: #000;
    }

    with:

    #footer .widget strong.news-headline {
        color: #000;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1401866

    Hi Nikko,
    yes! That did the trick.
    Thank you very much

    Best regards,
    Elena

    #1401870

    Hi Elena,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Removing the date from the portfolio widget’ is closed to new replies.