This topic has 4 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp
Hi,
I have 3 questions.
1- How do I edit the menu type, colors and background colors? Specifically the sub level and sub-sub level items. Can you point me to the proper CSS? I’m aiming to unify the colors with the dark background and green text. See the menu on my site link.
2- How do I implement the effect used on the text on this demo page? https://ultimate.brainstormforce.com/full-pages/slick-clean/ Specifically the section with the keyboard “We design to amaze”, and “User centered structure”. The “pop-in” text, as well as the fading text on scroll.
3- In my WP admin, I get the notice at the top, “This theme recommends the following plugins…” I already have the plugins installed that I need. I’ve clicked the “dismiss this notice” but it always comes back. Suggestions?
Hello,
1. Please use this code in Theme Options > Custom CSS > Global Custom CSS:
for sub menu:
.menu .nav-sublist-dropdown ul > li > a {
color: white;
}
.menu .nav-sublist-dropdown {
background-color: green;
}
for sub-sub menu:
.menu .nav-sublist-dropdown ul > li ul {
background-color: red;
}
.menu .nav-sublist-dropdown ul > li ul a {
color: blue !important;
}
Change color values to yours.
2. You need use element Animation Block in Visual Composer editor and inside of it add Headings element or Text element of VC.
3. Please provide us with FTP and WP admin credentials in private content.
Regards,
Eva Kemp.
Thanks for the reply and good info.
I have another question, on my shop page, I cannot seem to figure out where to edit the default main category image..
(Currently has the man and woman “All New In” http://everydayrising.com/devsite/shop/ )
I’m trying to edit the page http://everydayrising.com/devsite/shop/
Another thing on that page, I added a background image (in options on the sidebar on the right) but it’s not showing up either.
Hello,
You can change the banner in Theme Options > Shop > Product Page Banner.
Please give us wp-admin credentials to check the issue with background image.
Regards,
Eva Kemp.
Tagged: headings, menu, plugins, pop-ins, recommendations, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up