Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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.
    Anna

    #1229274

    Hey annameis,

    Add this to quick css:

    .sub-menu{
    opacity:1!important;
    display:block!important;
    visibility:visible!important;
    }

    Best regards,
    Jordan Shannon

    #1229449

    Thanks so much! That worked great.

    Would there be some code that would move the text up within the black background of the header?

    #1229481

    Hi,

    Adjust the css to this:

    .sub-menu{
    opacity:1!important;
    display:block!important;
    visibility:visible!important;
    top:75px!important;
    }

    Best regards,
    Jordan Shannon

    #1229484

    Thanks 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

    #1229737

    Hi Anna,

    Please try this CSS as well:

    .header_color .main_menu .menu ul li a {
      background-color: transparent;
    }

    Best regards,
    Rikard

    #1229981

    Thanks but that did not seem to make it transparent….any other ideas.

    Appreciate your help,
    Anna

    #1230030

    Hi,

    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 Shannon

    #1230032

    Hi – 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;
    }

    #1230491

    Hi,

    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,
    Rikard

    #1231809
    This reply has been marked as private.
    #1232175

    Hi,

    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,
    Rikard

    #1232289

    Thank you Rikard. That took care of it. Appreciate your help!
    Anna

    #1232354

    Hi annameis,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.