Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: Top page bar/logo  (Read 4226 times)

Offline Neves

  • Newbie
  • *
  • Posts: 13
  • Karma: +2/-0
    • View Profile
Top page bar/logo
« on: February 04, 2019, 11:19:12 PM »
Hi
I would like to change the color on the bar on top of the page where the log in/register, cart, checkout etc. is, right now it's blue
but I can't find a .css file for that
can anyone tell me which files that is

Offline yonghan79

  • Jr. Member
  • **
  • Posts: 56
  • Karma: +17/-0
    • View Profile
Re: Top page bar/logo
« Reply #1 on: February 05, 2019, 09:26:51 PM »
Hi,

It's located in style.css line 246:

.headerstrip {
    height: 72px;
    //change this color to your desired color
    background-color: #00a1cb;
}


Btw, have you ever use chrome element inspector or firefox firebug?

Offline Neves

  • Newbie
  • *
  • Posts: 13
  • Karma: +2/-0
    • View Profile
Re: Top page bar/logo
« Reply #2 on: February 06, 2019, 04:36:10 AM »
Thanks yonghan79

Offline yonghan79

  • Jr. Member
  • **
  • Posts: 56
  • Karma: +17/-0
    • View Profile
Re: Top page bar/logo
« Reply #3 on: February 06, 2019, 05:28:26 AM »
You're welcome

 

Powered by SMFPacks Social Login Mod