Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #244021

    hi again!

    how can i do the following stuff to the submenu?

    1. bold (like main menu items)
    2. changing color
    3. hover color

    thank You!

    Alex

    #244032

    Also how can i change in the top mentioned stuff for the Mega Menu:
    http://nonpardon.com/?page_id=2929

    Thanks,
    Alex

    #244036

    Sorry… one last question for the Submenu:

    how can i adjust the width of the submenu.

    Thank You for the Great Support! I really appreciate it!
    Alex

    #244221

    Hi!

    Thank you for using the support forum!

    There will be added options to modify the the elements like the submenu inside the theme on the future release of the theme. For now you can use this on Quick CSS or custom.css:

    #top .main_menu .menu li ul a {
    font-weight: bold;
    }
    
    .main_menu .menu ul li a {
    color: #000000;
    }
    
    .main_menu .menu ul li a:hover {
    color: #808080;
    }

    You can increase the submenu padding using this:

    #top .main_menu .menu li ul a {
    padding: 8px 30px 8px 15px;
    }

    Regards,
    Ismael

    #244497

    Hi,

    thank You vvery much for the reply.

    no effect with the following code on the submenu:

    .main_menu .menu ul li a {
    color: #4285F4;
    }

    .main_menu .menu ul li a:hover {
    color: #4285F4;
    }

    Thanks,
    Alex

    #244507

    one more question please…

    i would like to change the width of each submenu individually.

    Thank You!
    Alex

    #244719

    Hi!

    For the submenu, please use this:

    .header_color .main_menu .menu ul li a {
    color: red;
    }
    
    .header_color .main_menu .menu ul li a:hover {
    color: blue;
    }

    Are you trying to decrease or increase the width? The padding should work in increasing the submenu width. If you want to change it individually, you might need to hire a freelance developer to fix it for you. I’m sorry but that is beyond the scope of support. For further customization, please visit Werkpress.

    Cheers!
    Ismael

    #257586

    Thank You very much.

    Greets
    Alex

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Submenu Items’ is closed to new replies.