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
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
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
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