This topic has 13 replies, 4 voices, and was last updated 8 years, 8 months ago ago by Robert Hall
How to make the title from all capital to the same as how i type:
FOR EXAMPLE, I Typed: Robot Print Cool Galaxy Yoga Leggings, but on product page, it shows ALL CAPITAL
Thanks!
Hello,
Please add this code in custom.css file:
.product-grid .product-name a {
text-transform: capitalize;
}
Regards,
Eva Kemp.
Hello sir
Revolution slider doesnt show completely on phone.
How to solve it
Thanks?
Hello,
You can change slider sizes for mobile in the Rev. Slider settings http://storage3.static.itmages.com/i/16/0325/h_1458923941_2304586_247fd4e9d1.png .
Set the sizes you need.
Best regards,
Jack Richardson.
Ok all words on the site is very grey, how can I change it to Black
on phone product page catalog listed below photos, how to make catalog show above product photos?
Hello,
To change color add this code in custom.css:
a, p {
color: black !important;
}
Do you mean you want to move sidebar on shop page to the top on mobile?
Regards,
Eva Kemp.
Do you mean you want to move sidebar on shop page to the top on mobile?
I am not sure it called sidebar, it is catalog list for sure.
and about captial letters, i did what you suggested, and on shop page, it is good now. but on single product page, title still shows as all captial, like:SLEEVELESS BODYCON SEXY FISHNET DRESS HZ8816. How to also change this?
Hello,
Please show a screenshot what you want to do with catalog list and where we can find it.
For single product page add this code in custom.css file:
.product_description_mainblock h1, .product-title2 {
text-transform: capitalize !important;
}
Best regards,
Jack Richardson.
currently on phone shop or product page, below information shows below producto photos:
Product Search
Categories
Sweat Wear
..
..
Filter by price
I want all above information shown before listing products.
Hello,
To get sidebar at the top you need change settings in Theme Options > Blog Layout > Sidebar position for responsive layout > select “Top”.
Regards,
Eva Kemp.
thanks
Hello,
You’re welcome!
Regards,
Robert Hall
The issue related to '‘Product Titles Letter all Captial’' has been successfully resolved, and the topic is now closed for further responses