Get rid of "Blog" text on home page?

Home Support Blog Way Get rid of "Blog" text on home page?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10957
    Anonymous
    Inactive

    Hi. Until recently, Blog Way seemed to be working fine. Today, however, I noticed on my home page (which is set to recent posts), above everything there’s a random header titled “Blog.” What’s the right way to get this to go away? I can’t even find a place to change “Blog” to something else. I could hide it with style hacks, but I’d prefer not to. Is there some way to get rid of it “correctly”? Thanks!

    Here’s a screen shot:

    #10967
    nirav
    Keymaster

    Hello Blakeg,

    Thank for using our theme.

    We have added the “blog” title for SEO friendly header tags in our previous update.
    For your permanent solution, we will add the setting in customizer in the admin area.
    So that if anyone wants to hide or change the title then they can.

    In the meantime, if you need to hide, you can do this via a custom CSS.

    • Please log in to the admin area
    • Go to “Appearance >> Customize >> Additional CSS”.
    • Paste the below code in “Additional CSS” and save it afterward:
    .page-title{display:none;}
    .site-main > header{border-bottom: 1px solid #eee;}

    Thank you

    Regards,
    Team ProDesigns

    #11114
    Anonymous
    Inactive

    Hi, I followed those steps and was able to remove the “Blog” text. How do I also remove the grey line underneath it so that the posts grey box aligns with my Author grey line? Thanks!

    #11115
    Anonymous
    Inactive

    Hi 366,

    Here’s what I did to get rid of everything and get the gray borders to line up:

    
    /* Temp. remove "Blog" text from home page */
    .page-title {
    	display:none;
    }
    .site-main > header {
    	border-bottom: none;
    	margin: 0;
    	padding: 0;
    }
    

    I don’t _think_ I didn’t anything else, so hopefully customizing your CSS with the above will do the trick.

    #11128
    nirav
    Keymaster

    Hello @366daysofrunning,

    To remove the underline under “Blog” text, the above code will work perfectly.
    You can add this code in Additional CSS.

    1. Please log in to the admin area
    2. Go to “Appearance >> Customize >> Additional CSS”.
    3. Paste the below code in “Additional CSS” and save it afterward:

    Please feel free to let us know if you have any further queries.

    #11129
    nirav
    Keymaster

    Hello @Blakeg,

    We would be glad to help you but it’s great, you have a shared solution with @366.

    Thank you

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