• Resolved steamyunicorn

    (@steamyunicorn)


    Hello, first of all thank you very much for the fantastic theme!
    I would like to delete the green leaf header on all my pages (so only keep the special header on the front page).
    How could I do this?

    • This topic was modified 8 years, 11 months ago by steamyunicorn.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi @steamyunicorn

    Thanks for using our theme,

    For removing green leaf image Kindly use below code in custom css field (Theme Dashboard >> Appearance >> Customize >> header setting >> custom css field )

    .page-mycarousel img
    {
    display: none !important;
    }

    If you spacing in the header part, you can use the following code in the custom css filed

    .page-mycarousel
    {
        padding: 120px !important;
    }

    Change padding according to your need

    anything else lets me know.

    Thanks

    • This reply was modified 8 years, 11 months ago by Imran Ali.

    Hello

    For this add the below css code inside the custom css box .

    .single .page .navbar-wrapper {
        position: relative; 
    	}
    	
    	.page-mycarousel {
             display: none;
            }

    Thanks

    • This reply was modified 8 years, 11 months ago by akhlesh-nagar.
    • This reply was modified 8 years, 11 months ago by akhlesh-nagar.
    Thread Starter steamyunicorn

    (@steamyunicorn)

    thank you very much, how do i use these together?
    I also want to delete the title.
    .page-mycarousel img
    {
    display: none !important;
    }

    .page-mycarousel
    {
    padding: 120px !important;
    }

    Hi @steamyunicorn

    Ok, For this firstly remove using above code in custom css field then use below code in custom css field then check your website.

    .page-mycarousel {
         display: none;
    }
    
    .single .page .navbar-wrapper {
      position: relative; 
    }

    anything else lets me know.

    Thanks

    Thread Starter steamyunicorn

    (@steamyunicorn)

    It doesn’t work, the page is too high, the padding 120px seems not to work.
    the page is behind the top menu.

    Hi @steamyunicorn

    Kindly confirm Did the above solution work for you? bcoz this threads already closed.

    Thanks

    Thread Starter steamyunicorn

    (@steamyunicorn)

    It worked, I used:
    .page-mycarousel img
    {
    display: none !important;
    }

    .page-mycarousel
    {
    padding: 120px !important;
    }

    together with (i think) this that i found in another thread

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

    Hi @steamyunicorn

    Glad to know it worked for you.

    We would really appreciate if you could provide us a review here:

    https://wordpress.org/support/theme/wallstreet/reviews/#new-post

    If you have any more questions, feel free to ask again!

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Delete leaf header’ is closed to new replies.