-
AuthorPosts
-
July 9, 2020 at 9:25 pm #1229239
Hi – I was wondering if you could tell me if there is way to have a subpage show up all the time and not just on hover? My site is linked below. If you hover over AGRIBUSINESS – you’ll see the subpage “Crop & Livestock” show up. My client would like the words “Crop & Livestock” to be located under the AGRIBUSINESS words and visible all the time. Is there a way to make this part of the main header?
Thanks for any help you can give.
AnnaJuly 10, 2020 at 3:44 am #1229274Hey annameis,
Add this to quick css:
.sub-menu{ opacity:1!important; display:block!important; visibility:visible!important; }
Best regards,
Jordan ShannonJuly 10, 2020 at 4:42 pm #1229449Thanks so much! That worked great.
Would there be some code that would move the text up within the black background of the header?
July 10, 2020 at 8:34 pm #1229481Hi,
Adjust the css to this:
.sub-menu{ opacity:1!important; display:block!important; visibility:visible!important; top:75px!important; }
Best regards,
Jordan ShannonJuly 10, 2020 at 8:44 pm #1229484Thanks so much – worked perfectly. I would like to make the submenu 100% transparent so just the words show with no background. Would you have a bit of CSS for that?
Anna
July 12, 2020 at 5:49 am #1229737Hi Anna,
Please try this CSS as well:
.header_color .main_menu .menu ul li a { background-color: transparent; }
Best regards,
RikardJuly 13, 2020 at 4:15 pm #1229981Thanks but that did not seem to make it transparent….any other ideas.
Appreciate your help,
AnnaJuly 13, 2020 at 6:25 pm #1230030Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan ShannonJuly 13, 2020 at 6:29 pm #1230032Hi – I moved it so it looks like this below and cleared the cache but still no transparency?
.header_color .main_menu .menu ul li a {
background-color: transparent;
}
.sub-menu{
opacity:1!important;
display:block!important;
visibility:visible!important;
top:75px!important;
}July 15, 2020 at 4:53 am #1230491Hi,
Thanks for the update. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardJuly 20, 2020 at 6:31 pm #1231809This reply has been marked as private.July 22, 2020 at 4:55 am #1232175Hi,
Thanks for that. You had an extra curly bracket in Quick CSS, I removed that and edited the CSS and it’s applying now. Please review your site.
Best regards,
RikardJuly 22, 2020 at 4:14 pm #1232289Thank you Rikard. That took care of it. Appreciate your help!
AnnaJuly 22, 2020 at 7:25 pm #1232354Hi annameis,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.