Author Topic: Changing theme color  (Read 6960 times)

Offline Jrald12

  • Newbie
  • *
  • Posts: 18
  • Karma: +2/-1
    • View Profile
Changing theme color
« on: March 23, 2015, 07:35:00 AM »
Can i change theme color ? i would like to change the aqua color in default theme

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5772
  • Karma: +274/-2
    • View Profile
Re: Changing theme color
« Reply #1 on: March 23, 2015, 08:39:04 AM »
Hello.

Inspect colors with Firebug addon to find what css file your need to change

for example header color in the
Code: [Select]
..headerstrip {
    background-color: red;
    height: 72px;
}
css rule
../storefront/view/default/stylesheet/style.css about line 258

Offline Jrald12

  • Newbie
  • *
  • Posts: 18
  • Karma: +2/-1
    • View Profile
Re: Changing theme color
« Reply #2 on: March 23, 2015, 11:17:12 AM »
how can i do it ? sorry its my first time in web :) where i can edit it ?

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5772
  • Karma: +274/-2
    • View Profile
Re: Changing theme color
« Reply #3 on: March 24, 2015, 01:21:57 AM »
how can i do it ? sorry its my first time in web :) where i can edit it ?

Open this file ../storefront/view/default/stylesheet/style.css via Cpanel filemanager

 

Powered by SMFPacks Social Login Mod