Home Forums Pro Themes Yummy Pro Text : BLOGS at the level of the image of head

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #64410
    NDG NIAL Imina
    Participant

    Good evening,

    How can I delete the text BLOGS and the little animation which is at the level of the image of head.

    Thank you

    #64505
    wensolutions
    Keymaster

    Hello @imina_nialyahoo-fr,

    To delete the text blog and the animation paste below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .blog h2.page-title {
        display: none;
    }
    
    .blog .icon-scroll {
        display: none;
    }

    Hope this helps.

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.