View Single Post
  #2  
Old 03-19-2014, 08:21 AM
  chamberinternet's Avatar 
chamberinternet chamberinternet is offline
 

X-Wizard
  
Join Date: Sep 2005
Location: Lancashire, UK
Posts: 1,471
 

Default Re: Home Page edit help

Check your CSS and have a look for the following entry:

Code:
.dialog .title { position: relative; color: #F3F3F4; font-weight: bold; font-size: 13px; background-color: #A3D6CF; border-width: 0px 0px 1px; border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color #A3D6CF; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; vertical-align: middle; height: 23px; line-height: 15px; margin: 0px; padding: 0px 0px 0px 18px; text-align: left; overflow: hidden;

You'll probably have to change the background-color and border-color properties...
__________________
Developing in 4.7.x now (Dipping into v5 - Slowly!)
Have used 4.1.x, 4.2.x, 4.4.x, 4.5.x, 4.6.x & 4.7.x
Multiple Instances of X-Cart
MySQL 5.6.37
CentOS 7.4


Chamber Internet
- Lancashire, United Kingdom
http://www.chamberelancs.co.uk
Reply With Quote