
10-21-2019, 01:31 PM
|
 |
Paid Member
|
|
Join Date: Oct 2019
Posts: 7
|
|
Little help with product CSS code
Hello,
I need some CSS help:
1. Change Title color for (recently viewed products)
2. Color for Title of (Random Product Widget)
3. Add Lines between (Product) (recently viewed products) & (Random Product Widget), or make them with borders.
4. For Product Page layout, I need to make:
One column NOT 2 columns
Breadcrumbs (With Title & background css color)
Product Name
Image
Product's description & all others (Options.. Price...)
Note: I used the Custom CSS Themes (It's not working):
#rvp-products .recently-viewed__name { color:#008080;font-size: 12px; }
#rvp-products .recently-viewed__price { color: #008080; }
&
div.ecwid-productBrowser-head {
color: red;
}
&
div.ecwid-productBrowser-categoryPath {
position: absolute;
top: 100px;
margin-left: -140px;
}
Thank you
|