• Hi there – great theme by the way – If I can get everything sorted on this I will defo ping you a donation.

    For some reason I can’t change the tile of the ‘Canuck Recent Posts Widget’ to anything such as Latest News or Recent News etc.. even though there is a ‘title’ box there. Whatever I type in here is just shows as ‘Recent Posts’ on the website.

    Any ideas please.?

    Thanks
    TONY

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    hello boneyboy,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    #canuck_recent_posts_widget-3::before {
    
        content: 'recent news';
        font-size: 26px;
    
    }
    #canuck_recent_posts_widget-3 h3 {
        display: none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter boneyboy

    (@boneyboy)

    Thanks for getting back to me – but this doesn’t work ??

    Still showing ‘Recent Posts’. Tried it in Custom CSS and the your themes Additional CSS panels, multiple refreshes etc.. and no joy.

    Any ideas.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot change the title of the Recent Posts widget’ is closed to new replies.