Home › Forums › Pro Themes › Clean Commerce Pro › Clean Commerce Pro menu, color options for submenu
- This topic has 11 replies, 2 voices, and was last updated 4 years, 7 months ago by
wensolutions.
-
AuthorPosts
-
October 14, 2019 at 2:40 pm #107712
Kurt Schumacher
ParticipantThere are a lot of settings for the top level menu in the Primary Menu Color Options, but the only settings for submenu items is ‘Submenu Background Hover Color’. There are no settings for Background Color, Link Color, or Link Hover Color. These need to be added to the options.
In the meantime, can you provide CSS that I can add to my site to change those settings?
October 15, 2019 at 12:28 am #107737wensolutions
KeymasterHello,
The color options for submenu that you have mentioned is currently not available in theme but, we can help you by providing custom CSS so, can you provide us with your site URL so that we can provide you CSS for those settings?
Thank you.
October 15, 2019 at 4:24 pm #107780Kurt Schumacher
ParticipantThanks, the URL is: https://www.beyondpiercing.com
October 16, 2019 at 12:52 am #107806wensolutions
KeymasterHello,
Please add following given CSS in Additional CSS section to add colors in submenu by going to Admin Panel > Appearance > Customize > Additional CSS
.main-navigation ul ul{ background-color: #dddddd; } .main-navigation ul ul a{ color: #001837; } .main-navigation ul ul a:hover{ color: #0400ff; }
You can replace color code with your desired color code.
Hope this helps.
Thank you.
October 16, 2019 at 11:04 am #107837Kurt Schumacher
ParticipantThe background color setting works, but the link settings don’t change anything. I changed the CSS to this, but the text color didn’t change.
.main-navigation ul ul{
background-color: #dddddd;
}
.main-navigation ul ul a{
color: #800020;
}
.main-navigation ul ul a:hover{
color: #800020;
}October 17, 2019 at 12:17 am #107867wensolutions
KeymasterHello,
Can you please add important in the CSS code for link color and link hover color as below:
.main-navigation ul ul a{ color: #800020 !important; } .main-navigation ul ul a:hover{ color: #800020 !important; }
Hope this helps.
Thank you.
October 17, 2019 at 2:23 am #107875Kurt Schumacher
ParticipantI’m afraid that didn’t help, the text color still doesn’t change.
October 17, 2019 at 6:20 am #107894wensolutions
KeymasterHello,
Please provide the screenshot of the section where you have added the CSS.
The CSS is working fine on our side.
Thank you.
October 17, 2019 at 2:02 pm #107916Kurt Schumacher
ParticipantIf you email me at greymastersales@gmail.com I’ll set up an admin account so that you can edit the CSS directly on the site.
October 18, 2019 at 12:27 am #107945wensolutions
KeymasterHello,
Can you please provide your admin login detail in the email given below so that we can add CSS for you?
email: wensoloution@gmail.com
Thank you.
October 20, 2019 at 7:17 pm #108048Kurt Schumacher
ParticipantI just got back from a weekend conference. I sent the login information to the address above and it bounced:
“550 5.1.1 The email account that you tried to reach does not exist. Please try double-checking the recipient’s email address for typos or unnecessary spaces.”
October 21, 2019 at 12:02 am #108054wensolutions
KeymasterHello,
We apologize for inconvenience.
Can you please send admin login detail in below given email again?
email: wensolution@gmail.com
Thank you.
-
AuthorPosts
- You must be logged in to reply to this topic.