Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #486635

    How do I move the menu in the header down to nearer the horizontal rule by changing the px, and how do I change the weight and color of the on_hover horizontal rule to something like 5px ?

    I’ve done this before on other sites, but its like the names of the elements are different now…

    Is there a guide/tutorial to what all the elements are called so I can INSPECT ELEMENT in the browser to work this stuff out much more easily ?

    Thanks

    #486686

    Hi SolingLover!

    Add this to your custom CSS.

    .av-main-nav > li > a > .avia-menu-text {
      display: block;
      position: relative;
      transform: translateY(25%) !important;
    }
    .avia-menu-fx { height: 10px; background: red !important; }
    

    Best regards,
    Elliott

    #486694

    Thanks Elliot
    The code you supplied for the .av-mian-nav is different from anything I tried before on other installations of the theme. I think I got it to change position using a height value before…. Can you tell me if the name of the elements / DIVs / IDs change from version to version ?

    Thanks for your help – appreciated.

    #487237

    Hi!

    No, they should stay the same.

    Best regards,
    Elliott

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