• Hi! I’m using the free version of Mesmerize and need some help modifying the blog page title.

    https://katesgardenrefuge.com/blog/

    I’d like for the navigation menu item to still say “Blog,” but for the page title in the green hero area to say “Gifts from the Garden Blog.”

    I’ve been brainstorming and can’t think of how to modify this. Is it possible?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Please, use this extra CSS code for your issue :

    .blog .hero-title{
    visibility: hidden;
    }
    
    .blog h1.hero-title::after { 
    visibility: visible;
       margin-left:-90px!important;
       content: "Gifts from the Garden Blog"!important;
    }
    • This reply was modified 6 years, 5 months ago by Ionut Tudose.
    Thread Starter ncneska

    (@ncneska)

    That did it perfectly! Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Would like to change blog title page but not navigation item title’ is closed to new replies.