Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #917841

    Hey,

    1. What code shall I add if I want to disable the images in the Widget Latest News
    http://www.idtraveller.com/algarve/

    2. I also want to the headline in the Latest news to have this color #236b8a

    Thanks
    Charlotte

    #917855

    Hey Charlotte :)

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .news-thumb {
        display: none;
    }
    #top .all_colors strong.news-headline {
        color: #236b8a;
    }
    

    Best regards,
    Yigit

    #917856

    Great, thanks Yigit :)

    #917866

    Hi,

    You are welcome Charlotte! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable image in Latest news’ is closed to new replies.