• kreeba

    (@kreeba)


    I liked to change banner/header in bluestreet theme in WordPress, i am new to this
    any CSS should I add or plugins.. I would like to used to this theme
    and also i would like to remove Home/ from the banner

    Thank you very much!!

    • This topic was modified 4 years ago by kreeba.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • rishi911

    (@rishi911)

    Hi, kreeba

    Thanks for contacting us!

    Your banner/header is already changed, I think you have found the CSS to change this.
    To remove Home from the banner, Go to Appearance >> Customize >> Additional CSS and add the given below custom CSS code:

    .home .page-title-col h1 {
         display:none !important;
    }

    Thanks
    Rishabh

    • This reply was modified 4 years ago by rishi911.
    Thread Starter kreeba

    (@kreeba)

    Thank you for reaching me!

    rishi911

    (@rishi911)

    Glad to help you!

    If you like our Theme & Support, kindly rate us HERE.

    Thanks
    Rishabh

    Thread Starter kreeba

    (@kreeba)

    https://gyazo.com/d50ffea93c2ae95e7bf0f62c057be758

    How to remove the black bar, & how to remove some of the text like about, portfolio, tutorials, and contact me..

    for my site again. https://https://martinbdesigns.com

    Thank you again..

    • This reply was modified 3 years, 11 months ago by kreeba.
    • This reply was modified 3 years, 11 months ago by kreeba.
    • This reply was modified 3 years, 11 months ago by kreeba.

    Hi,

    To do this Go to Appearance >> Customize >> Additional CSS and add the given below custom CSS code:

    .page-breadcrumbs {
         display:none !important;
    }
    .page-title-col {
         display:none !important;
    }

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[NSFW] [Question]how to change the banner/header in bluestreet’ is closed to new replies.