-
Search Results
-
Topic: Search page on mobile
please go to my site on mobile select the magnifying glass and you will see that my plugin notification bar which shows up on all pages on the site is hiding the search box. You need to scroll up to see it there. How do i hide my notification bar element on this page only. i could not figure out what the page is called or get to it in the “inspect elements” to put in custom css. thx.
Hi,
I have a problem.
I use the Page Title Background on my website in the shop.
The background at the products and the categories are not a problem.
But I can’t add pictures at the Taxonomy / Tag sides.
And in the payment process there is only the gray box (now I have colored it white using a css code).I have already tried to add images to the keywords using the “Category and Taxonomy Image” plugin, but unfortunately they are not displayed.
It would also be nice if the standard image is on all Woocommerce sites.
I use actually the following codes:
.page-head .woocommerce-breadcrumb, .page-head .jas-breadcrumb, .tu.mb__10.cw {
display:none;
}.page-head {
padding:200px;
}.archive.post-type-archive .page-head::before,
.archive tax-product_cat .page-head::before {
background: none;
padding: 10px 0;
}
.archive.post-type-archive .page-head h1,
.archive tax-product_cat .page-head h1 {
color: #222;
}.page-head::before {
display: none;
}.page-head {
background-position: center top;
;}And a second question:
I would like to add a background image to the top line (“Deine Geschichte ist in Dir”).
I found out that it is the code .jas-row.middle-xs.
If I change that, the 2nd line also changes with what I don’t want.
Is there a code for only the first part?thank you so much for your help!