You can easy determinate the file which should be changed and the css class by installing and using Firebug plugin or Firebug DevTools:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I'm trying to change the menu color #262626 to #424e57
I found the same question on item support but I couldn't find the answer
Could you please give me the direction of the path.
Thanks
Please see '/templates/as002059/css/tmpl.default.css' file the following class (line 1813):
#header-row .container {
background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
border-bottom: 9px solid #ffffff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
padding: 25px 0 0;
transition: all 0.3s ease 0s;
}
Regards, AS Team.
- I try to change the sub menu which is black color #262626. and not the menu
- Also could you please let me know where is color of underline menu which is orange #ff9966
Many thanks
Please see '/templates/as002059/css/ext.asmenu.css' file the following class (line 398):
ul.sf-menu ul {
background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
border-radius: 0;
left: 6px;
padding: 15px 0;
position: absolute;
top: 73px;
}
and line 328:
ul.sf-menu > li.active > a::after, ul.sf-menu > li:hover > a::after, ul.sf-menu > li.current > a::after {
background: #ff9966 none repeat scroll 0 0;
}
Regards, AS Team.
Any images that I insert on the site, It comes with a frame.
Where can I dissolve the frame from the images?
Thanks!
'/templates/as002059/css/tmpl.default.css'
.item_img, .category_img, .item_fulltext img, .random-image img, img.left, img.right {
background-color: #fff;
border: 1px solid #e2e2e2;
border-radius: 0;
display: inline-block;
margin-bottom: 25px;
max-width: 97%;
padding: 2px;
}
You can easy determinate the file which should be changed and the css class by installing and using Firebug plugin or Firebug DevTools:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
Regards, AS Team.