AbanteCart Development > Customization help

Where Can I Find These CSS

(1/1)

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;
}


--- End quote ---

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. 

Chris Pine:
Thank you!

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod