View Single Post
  #45  
Old 04-30-2013, 09:42 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
how do you add a bit more colour to the menu title, would like the coloured line to be replaced with a coloured menu title box

Easily done, for example...

skin/reboot/customer/menu_dialog.tpl

Replace...

Code:
<div class="m_underlined">

With...

Code:
<div class="menu_heading">

Then add this to your theme CSS file...

Code:
div.menu_heading { padding: 4px; background: #eee; border: 1px solid #ccc; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; margin-bottom: 4px; } h3.menu_title { font-size: 14px; color: #666; padding: 0; margin: 0; }

You can do similar for skin/reboot/customer/menu_dialog_bordered.tpl
__________________
xcartmods.co.uk
Reply With Quote