Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1322788

    hello all
    is it possible to format the custom widget menu like the menu in the header

    example below

    thanks

    and kind regards
    Franz

    #1322929

    Hi Franz,

    Thanks for the links. Do you mean that you want the menu items in the widgets to be more bold, like in the main menu?

    Best regards,
    Rikard

    #1322938

    Hallo Rikard

    Thank you for your feedback
    I would like
    background (blue) and font the same as the submenu under “Über uns*

    thank you
    kind regards
    Franz

    #1323002

    Hi Franz,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #nav_menu-4 {
        background-color: #0098d2;
        margin-top: 8px;
        padding: 10px;
    }
    #nav_menu-4.widget li a {
        color: #000 !important;
        font-weight: normal;
    }
    #nav_menu-4.widget li a:hover {
        color: #fff !important;
    }
    

    Best regards,
    Yigit

    #1323096

    Hello Yigit
    Thanks works great
    one more question
    how can I set you wide

    thanks
    and kind regards
    Franz

    #1323098

    :-)
    and one small addition

    That the font where on which page the link is at the moment
    is white

    thank you very much

    #1323290

    Hi,
    Thank you for your patience, to make the current page menu item white please add this css:

    #nav_menu-4.widget #menu-galerien > li.current_page_item > a {
    	color: #fff !important;
    }

    I’m not sure what you want to set wide, if it is the widget then try increasing the parent column from 1/5 to a larger column.

    Best regards,
    Mike

    #1323298

    Thanks for your efforts
    I think we have misunderstood each other

    i want the blue background to fill the whole width

    and the text color in the active status is white

    then i still have the same situation on one page
    how can I indicate that both pages are changed?

    thank you and kind regards
    Franz

    #1323300

    Hi,
    Thanks for the feedback, for page 1 I don’t see that you have added the css above, it will make the menu link text white for all 4 items when you are on those pages, please see the screenshot below.
    The blue area is the full width of your 1/5 column, on either side is the margin and padding from the page and from the next column, to make it larger please make your 1/5 column larger and the next column smaller, please see the screenshot below.
    For you page 2 the widget ID is different so you will need to add this css for it to work the same:

    #nav_menu-5 {
        background-color: #0098d2;
        margin-top: 8px;
        padding: 10px;
    }
    #nav_menu-5.widget li a {
        color: #000 !important;
        font-weight: normal;
    }
    #nav_menu-5.widget li a:hover {
        color: #fff !important;
    }
    #nav_menu-5.widget #menu-archiv > li.current_page_item > a {
    	color: #fff !important;
    }

    please see the screenshot below.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1323326

    Hello Mike

    Thank you very much
    so it fits

    you can close this request

    kind regards
    Franz

    #1323332

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘widget format’ is closed to new replies.