Changing Colours
- Menu List background colour (Link [Links visible only for registered users])
- Call to action button and mouse over colour (Link [Links visible only for registered users]- In Franchising section - ENQUIRE NOW!)
- Tab content (Background colour-active/inactive) Link [Links visible only for registered users]
Comments
1. Colors > Menu & Action Bar section.
2. This color can be changed with an extra css:
.call_to_action .call_center .button { color: #000 !important; background: #FFF !important; }
3..call_to_action .call_center .button i { color: #000 !important; background: #FFF !important; }
.tabs_vertical.ui-tabs .ui-tabs-nav li a { background: #000 !important; color: #FFF !important; }
.accordion .question .answer, .ui-tabs .ui-tabs-panel, .ui-tabs .ui-tabs-nav li.ui-state-active a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected::after, .ui-tabs .ui-tabs-nav li.ui-state-active::after, .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a { background: #000 !important; color: #FFF !important; }
1. Yes, this background can be changed from that section. It's Top Bar Left option. We checked it already and it works of course.
2. For that use:
.call_to_action .call_left h3 { font-size: 30px !important; color: #000 !important; text-decoration: underline !important; }3..call_to_action .call_center .button { background: #000 !important; color: #FFF !important; font-size: 20px !important; }
.call_to_action .call_center .button i { background: #000 !important; color: #FFF !important; font-size: 20px !important; }
.call_to_action .call_right .desc { background: #000 !important; color: #FFF !important; font-size: 20px !important; }
.widget_archive ul, .widget_nav_menu ul { background: #000 !important; }.widget_archive ul li a:hover, .widget_nav_menu ul li a:hover { color: #FFF !important; }
.widget_archive ul, .widget_nav_menu ul {background: transparent !important;
}
[Links visible only for registered users]
Sorry but we do not offer full theme customization, all the options about colors and menu can be found in theme options. We only give some custom css, for little things.
Choose the theme color in theme options>colors>content and do not use the skin color in theme options>colors>general.
thanks
For items that are not changeable we will need links to the pages and explanations of what you want to change. We will provider custom css.
B. It looks like you have too much menu items and the do not fit. Try making the responsive breakpoint sooner to avoid those situations. Theme options>responsive>header under initial width.
Please understand that we do not offer theme customizations to our clients, we only help with simple css changes that may interfere with the functionality (like white links on white backgrounds)