Editing Sub Menu
-
Hi,
I would like to be able to edit the dropdown sub-menu for students.
Specifically, I would like to
1. change the pink/orange color
2. edit the text that reads:
Let’s Start Learning
Explore courses that will
unlock your potential.
-
Hello @artbeatillustrations,
You can share screenshots and the page urls you need help with and we will suggest solutions accordingly, thanks.
Hi,
Here is a screenshot. I circled the area on the dropdown menu that I would like to edit.
https://snipboard.io/XaA3nI.jpg
Thank you.Hello @artbeatillustrations,
You appear to be using Starter theme. You can change colors from Starter options panel > colors and headers.
To change wordings from the header submenu you can navigate to the following file to edit
/wp-content/themes/tutorstarter/inc/Traits/Header_Components.php
Thank you, @munayam. I was able to change the text, but I’m still having trouble with the colors.
I’ve changed all the colors that are available under the Colors and Headers options, but the colors of the submenu stay the same.
https://snipboard.io/8Du2Ty.jpg
https://snipboard.io/GAKwIU.jpgHello @artbeatillustrations,
You can copy, paste the code given below as additional CSS to change background color for this dropdown menu
.tutor-submenu-login-section, .tutor-submenu-login-section-instructor { background: darkgray; }You can change color name to suit your own preference. Remember to clear cache afterwards.
Thank you! That did the trick.
The topic ‘Editing Sub Menu’ is closed to new replies.