Changing heading title on front page

  • Unknown's avatar

    In the Eventbrite single event theme, I’d like to change the the section header from “Latest Event Updates” to something more relevant to my blog, such as “My latest posts” but I can’t figure out how.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    Sure! You can do this by editing the CSS. Please go to Appearance > Customize in your Dashboard. Once you are there, go to the last tab labelled, CSS. Erase the original contents and paste in:

    body.home h1.pagetitle {
      visibility: hidden;
    }
    
    body.home h1.pagetitle:before {
    	content: 'My Latest Posts';
    	visibility: visible;
    }

    Make sure to click Save and you should be all set! Let me know if you have any questions!

  • Unknown's avatar

    Thank you! Is this the same area that I would change other elements? Like size of Post titles, or if I want to create a Favicon? Can I create a favicon here on wordpress?

  • Unknown's avatar

    Hi there,

    If you want to change other elements like the style of Post Titles you can do that in the same Appearance > Customize page!

    Also, you can create a favicon by going to Settings > General in your Dashboard. When you’re there, at the top right of that page, under “Blog Picture / Icon,” you can upload a new icon for your site. We have more information about how to do that and where it will show up here:

    Blavatars

  • Unknown's avatar

    Hi, I did all that to create my blavatar but it still doesn’t show up next to the web address. It still shows the wordpress image. Am I missing something?

  • Unknown's avatar

    Hi there,

    I found that your Blavatar was working! Please view the screenshot below:

    If you find that it is still not loading, this is because of our cache. Please try clearing your browser’s local cache in case the Blavatar doesn’t refresh after a while.

  • Unknown's avatar

    Thank you! Finally saw it on my end.

  • The topic ‘Changing heading title on front page’ is closed to new replies.