Home Forums Jevelin Theme My shopping page is different from the one in the demo's Reply To: My shopping page is different from the one in the demo's

Home Forums Jevelin Theme My shopping page is different from the one in the demo's Reply To: My shopping page is different from the one in the demo's

Solution for this topic

At last, can you please tell me how to remove the yellow background, I found the .mark in the css but it still doesn’t go away

You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

mark.count {
    background: none;
}

Last but not least ? I would like to remove the category title in the shop page, the “test album scooby category” on this page:

http://www.worldofpixels.be/product-category/test-album-scooby-category/

.archive.tax-product_cat span.bread-current.bread-archive {
    display: none;
}

 

And also on a product page. At the bottom it’s written.

http://www.worldofpixels.be/product/1/

<span class=”woo-meta-title”>Category:</span>TEST ALBUM SCOOBY CATEGORY

Use the below CSS code to remove it from single product page.

 

body.single-product .product_meta span.posted_in {
    display: none;
}

 

Would it be possible to have the drop down options next to the header?

Example, Canvas and then “select an option”.

http://www.worldofpixels.be/product/1/

You have to develop custom code to achieve this.

 

 

In your single topic you are asking too much questions so to help us keep support thread separates could you please create new thread for each of your other questions here https://support.shufflehound.com/forums/forum/jevelin/ instead of asking them in your single thread as it makes the thread messy and hard to read.

 

If you want to you can also add reference of this thread in your newly created thread.

 

We would be more than happy to help you on your new thread.