Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #572993

    How do I create a sidebar like this left hand sidebar in Enfold? http://www.greatbritishbusinessshow.co.uk/

    #573159

    Hey fusedmanagement!

    You can use widgets and create that type of content.
    If that is not your question, can you please describe it a little bit better, so we can understand properly?

    Thanks a lot

    Cheers!
    Basilis

    #573227

    Hi, no I mean the way in which the pages are structured so that they are separated with lines and then highlight red if you hover over them?

    #573263

    Hey!

    Yes, that can be done, It does require some CSS to be achieved.
    When you are done with the setup and all, let us know and we will provide it for you, the code needed.

    Best regards,
    Basilis

    #573289

    Great, I’ll be done in a day or so.

    #573637

    Hi,

    Ok, we’ll keep the thread open until you’re done :-)

    Best regards,
    Rikard

    #573649

    I should be finished later today if I could have the code?

    #573869

    Hi!

    Please go to Appearance > Widgets and add Custom Menu widget to your sidebar and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .widget_nav_menu li {
        border-bottom: 1px solid #e2e2e2;
    }
    .widget_nav_menu a:hover {
        background: red;
        color: white;
    }

    Cheers!
    Yigit

    #573956

    Ace… Thank you

    #573959

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Customize Sidebar’ is closed to new replies.