• Resolved dolceitaliaphotography

    (@dolceitaliaphotography)


    Hello, i need 2 changes in the submenu “package”…
    1: I need to make the “portfolio” submenu texts of a black color and the submenu text background transparent or at least white.
    Default is: white text and black text background.
    2: I need the whole submenu “package” to be opened around 20 pixels to the right of the “parent”. Right now its opening really far to the right and looks alomost like there is no connection between the submenu and the parent.
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Hello dolceitaliaphotography,

    For Color Settings;
    Go to Customizer>>Colors
    Then change Main Menu Submenu Background Colour to #ffffff;
    and Main Menu Submenu Link Colour to #000000;

    Also add following css inside the additional css section;

    @media (min-width: 48em){
     .main-navigation ul li:hover ul {
         left: 66%;
     }
    }

    Thanks!

    Thread Starter dolceitaliaphotography

    (@dolceitaliaphotography)

    That worked very well! Thanks a lot!
    Very nice theme you have created here!
    Great job!

    Thread Starter dolceitaliaphotography

    (@dolceitaliaphotography)

    One more thing…
    Again about the submenu package: The Submenu Background Colour is way longer compared to the Submenu Text. It extends to the right of around 40% more beyond the submenu text. Is there a way to limit this excess? It is kinda annoying…
    Thanks

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Please add the following css;

    @media (min-width: 48em){
     .main-navigation ul li:hover ul {
         left: 65%;
         width: 50%;
     }
    }

    Thanks!

    Thread Starter dolceitaliaphotography

    (@dolceitaliaphotography)

    That solve it. Fantastic advice!
    Thanks a lot!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Submenu text color’ is closed to new replies.