Quark Restaurant and Main Menu Background...

Support desk for Multipurpose Quark Theme
GK User
Mon Apr 03, 2017 9:42 am
Hi. In the main menu of Quark Restaurant, which appears to the right of the site with the 3 stripes, when I click, below the menu voices, I get: 11 icons link to different socials ... * Where you could remove some These icons and correctly configure their respective links ?.
** This main menu has a black background color: How could you change it for another color?

thanks greetings. René :idea: :?:
User avatar
Platinum Boarder

Joshua M
Thu Apr 06, 2017 10:43 am
Hi,

Please edit your "Menu bottom" module (menu_bottom module position). Here you can remove/edit these icons and URLs.

Regarding the background color - try to add the following css code:
Code: Select all
#aside-menu {
background: #new_color;
}
User avatar
Moderator

teitbite
Thu Apr 06, 2017 11:08 am
Hi

It's a custom HTML module called "Menu bottom" placed in menu_bottom module position.
User avatar
Moderator

GK User
Thu Apr 06, 2017 1:26 pm
Hi, thank you for you answer. Everything solved, only now, after having changed the backgroud I realize that I must also change the color of the testo, that is, the names of the different voices of the Main Menu. Where could I change it? Thank you, regards. René.
User avatar
Platinum Boarder

Joshua M
Fri Apr 07, 2017 12:07 pm
Try this code to change menu items color:
Code: Select all
#aside-menu li a,
#aside-menu li li a,
#close-menu {
    color: #xxx;
}
User avatar
Moderator

GK User
Mon Apr 10, 2017 11:42 am
Hi, thank you for you answer. Topic Resolved. Greetings. René.
User avatar
Platinum Boarder


cron