hi, could you tell me how to change the style of the module title in the right position?
from the link: http://www.oscialatiello.it/sitoprova2/ the module menu restaurant I would like to change the style.
thanks
Cyberek wrote:You should add a suffix to this module, so it can be addressed with use of css.
Then use override.css:
/templates/gk_restaurant/css/override.css
and add classes to style that element.
Remember to enable "CSS override" in template settings - advanced section.
Cyberek wrote:Oh - You would like to have menu items with same look as sidebar's "Restaurant" title - do I understand You correctly?
Cyberek wrote:This is a change, that can be done from administrator panel.
Please go to Extensions -> Template Manager -> gk_Restaurant, go to "Font" Options panel, and add:
#gkMainMenu ul a
in "Other selectors" field, adding "," after previous line, exactly as on attached screenshot:Zrzut ekranu 2013-05-29 o 10.05.37.png
Cyberek wrote:This is a change, that can be done from administrator panel.
Please go to Extensions -> Template Manager -> gk_Restaurant, go to "Font" Options panel, and add:
#gkMainMenu ul a
in "Other selectors" field, adding "," after previous line, exactly as on attached screenshot:Zrzut ekranu 2013-05-29 o 10.05.37.png
div id="gkMainBody"> .... </div>
#gkMainBody {...}
div class="article"> .... </div>
.article {...}