News:

AbanteCart v1.4.2 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Where Can I Find These CSS

Started by Chris Pine, October 03, 2020, 07:52:55 PM

Previous topic - Next topic

Chris Pine

I would like to fix the cart button color. As of right now you cannot even see the text.
I would also like to see if there's any login widget that can be used instead of the simple text at the top.
And lastly, where can I find the css color properties for the behind the product thumbs and the footer bar with the testimonials.
My business is about to start operations on November 15th. I have a lot of work to do from getting stock photos of products to doing work in the community for brand awareness. Can anyone please shorten my time by locating the CSS indicated?


Thank you, AbanteCart Community!

Chris Pine

For the section of currency it uses the following.


Quote/* ----------- Currency Box Top Left ----------- */
.headerdetails ul.nav.language li.dropdown, .headerstrip ul.nav.language li.dropdown {
   border: 2px solid #000000;
   display: inline-block;
   margin-right: 15px;
   text-transform: uppercase;
   background-color: #000000;
}

/* ------------ Shopping Cart Box Top Left ------------ */
.headerdetails ul.nav.topcart li.dropdown, .headerstrip ul.nav.topcart li.dropdown {
   border: 2px solid #000000;
   display: inline-block;
   margin-right: 15px;
   text-transform: uppercase;
   background-color: #000000;
}


I placed the description of the section you're affecting. I'll get others soon. And I can help with any requests if needed. Just make a thread and PM me.

maxter

Generally, most of CSSs are in this file https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/stylesheet/style.css

You can use browser inspector to see where the exact CSS is located. 


Forum Rules Code of conduct
AbanteCart.com 2010 -