Home › Forums › All Other Themes › Menu Active & Hover Background Color
- This topic has 12 replies, 2 voices, and was last updated 3 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
April 15, 2021 at 7:38 pm #177490
Hi,
is possible to set the Menu Active & Hover Background Color in transparent mode?Thanks
April 16, 2021 at 11:32 am #177526Hi,
Kindly show us your website URL please?
Regards,
ChrisApril 16, 2021 at 8:18 pm #177554Hi Chris,
Website URL is:
“http://lnx.gransassoadventurepark.it/wp/
the site is still in developing mode.
Thanks
April 19, 2021 at 11:35 am #177641Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#topmenu ul li.current-menu-item a, #topmenu ul li.current-page-item a, #topmenu ul li.current-menu-ancestor a, #topmenu ul li a:hover { background-color: rgba(104, 181, 56, 0.5) !important; }
Regards,
ChrisApril 19, 2021 at 5:08 pm #177665Thank you Chris,
this was very helpful.Thanks
April 20, 2021 at 11:31 am #177778Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
ChrisApril 22, 2021 at 10:31 am #177936Hi Chris,
i need to customize footer menu, but it is not present in the menu list and a message says that my theme supports only one menu’.Can you help?
Thanks
April 22, 2021 at 12:39 pm #177952Hi,
Kindly create a menu and add a menu listing to it, and put this shortcodes in the footer column.
[footermenu menu="Menu Name"]
Regards,
ChrisApril 22, 2021 at 1:13 pm #177959Thank you,
this solve the problem!!April 22, 2021 at 2:39 pm #177961Hi Chris,
mobile menu’ stopped working without apparent reason, can you check please?Thanks
April 23, 2021 at 11:23 am #177985Hi,
Are you using SKT Templates plugin? If yes.
Kindly deactivate SKT Template plugin.
Regards,
ChrisApril 23, 2021 at 1:46 pm #177997Ok,
SKT Templates Plugin disabled and mobile menu’ is working.Is possible to reduce the dimension of the logo in the header only for the mobile version?
Thanks
April 26, 2021 at 10:18 am #178039Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .header.type3 .logo img, .header.type4 .logo img { width: 70% !important; } .header.type3 .logo img, .header.type4 .logo img { margin-top: 5px !important; } .header.type3 .logo img, .header.type4 .logo img { margin-bottom: 5px !important; } } @media screen and (min-width:480px) and (max-width:767px) { .header.type3 .logo img, .header.type4 .logo img { margin-top: 5px !important; width: 35% !important; } }
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.