Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #751495

    hi, i created a custom menu. i added this menu in a widget.

    Image and video hosting by TinyPic

    i’m on “datore di lavoro r.s.p.p.” page. how i can modify css code (color, background, …) for #current?

    thanks

    #751527

    Hey Pas7o!

    Can you please post a link to your page?

    Regards,
    Yigit

    #751597
    #751643

    Hi @Pas7o;
    is ist what you were looking for :

    .widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a {
        font-weight: normal !important;
        background-color: #fdd500 !important;
        font-size: 13px !important;
        color: #000 !important;
    }

    adust as you like

    #751793

    nope, there is always this space:

    Image and video hosting by TinyPic

    i used this code to modify my menu:

    #top .widget_nav_menu li {
    font-size: 10px;
    }
    #top .widget_nav_menu li a {
    color: red;
    background-color: blue;
    }
    #top .widget_nav_menu li a:hover {
    color: green;
    }
    #top .widget_nav_menu li a {
    border-bottom: 1px solid white;
    }
    h3.widgettitle {
    text-align: center;
    }

    also, i’m using this plugin for do the widget fixed: Q2W3 Fixed Widget

    #753939

    UP

    #755119

    Hi,

    Sorry for the late reply!
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .sidebar_left .widget_nav_menu ul:first-child>.current-menu-item, .sidebar_left .widget_nav_menu ul:first-child>.current_page_item, .sidebar_left .widget_nav_menu ul:first-child>.current-menu-ancestor {
    padding-left: 0;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #755342

    in my quick css list i don’t have any “>”.

    that code dont’change the grapich of my menu

    sorry

    if, you wont, i can create a temporary admin login. so you can enter in my website and see if i wrote css code incorrectly.

    • This reply was modified 7 years, 4 months ago by Pas7o.
    #755363

    Hey!

    Yes please, do an access for us, so we can take a quick look.
    Thanks a lot

    Cheers!
    Basilis

    #755523

    ok

    #756343

    Hi,

    I changed the code to following one

    
    .sidebar_left .widget_nav_menu ul:first-child>.current-menu-item, .sidebar_left .widget_nav_menu ul:first-child>.current_page_item, 
    .sidebar_left .widget_nav_menu ul:first-child>.current-menu-ancestor {
    padding-left: 0!important;
    background: transparent;
    box-shadow: none;
    }

    Please review your website now

    Best regards,
    Yigit

    #756405

    ok, but it’s not inline with another pages on the left

    Image and video hosting by TinyPic

    #756424

    Hey!

    I updated the code once again. Please review your website

    Best regards,
    Yigit

    #756921

    now yes, thanks

    #757538

    Hi,

    Thanks for that, so everything is working as it should now?

    Best regards,
    Rikard

    #757585

    yes, you can close this topic

    #758195

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘css custom menu sidebar’ is closed to new replies.