Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #915371

    Hi support,
    I need to display a sidebar menu (left side) on specific pages – not all pages. Can you help me to achieve this, please?
    Thanks!
    Ythhj

    #915666

    Hey ythhj,

    If you are using the ALB you can create a column and in that column load a widgetized area and include any widgets you want.

    That would work.

    Best regards,
    Basilis

    #916044

    Hi Basilis,

    Yep, that works – great :-)

    However, I the standard layout of the menu doesn’t fit my laouyt – would you please help me with some css for:
    remove the lines between the individual menu elements
    increase the font size
    change the font color.

    Thank you,
    ythhj

    #916257

    Hi,

    Can we please check your web site, so we can be able to provide with those CSS?

    Thank you

    Best regards,
    Basilis

    #916398

    Hi Basilis,

    Login below. The page with the menu is: http://newsite.viavita.dk/wp/selvvaerd-og-selvtillid/

    Thanks,
    ythhj

    #916535

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #menu-sidebar .menu-item {
      border-color:transparent !important;
    }
    
    #menu-sidebar .menu-item a {
      font-size:16px !important;
      color:red !important;
    }

    Best regards,
    Rikard

    #916594

    Thank you, Rikard – that did the trick. I only have one remaining issue: is it possible to make the line height smaller – with so much space between lines, the menu will take up a lot of space.

    Again thank you,
    ythhj

    #916645

    Hi ythhj,

    You can add line-height here, or is line-height for another element?

    
    #menu-sidebar .menu-item a {
      font-size:16px !important;
      color:red !important;
      line-height: 16px;
    }
    

    Best regards,
    Victoria

    #916689

    Thank you, Victoria – it was for the menu-sidebar.
    /ythhj

    #916985

    Hi,

    Thanks for the feedback, I’m not sure if Victorias code solved your problem or not though?

    Best regards,
    Rikard

    #917819

    It did solve my problem, Rikard – thanks for asking.
    Best regards,
    ythhj

    #918215

    Hi,

    Great! Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Sidebar menu on specific pages’ is closed to new replies.