Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #328090

    Hi Guys, love the theme.

    I’m now working on a website for an artist, and as you might know, they are very perticulate on how they want things done.

    http://www.johanneskarman.com

    At this point I’ve already added some custom CSS with help of the forum, but I still have a couple of questions.

    1) menu
    For this website, the menu must be on the left, so I’ve added them to the sidebar with Widget (2 menu’s because of the space in between. But how do I disable the menu in the header? I’ve changed font color to white, but if you select everything you will see the menu.
    2) sidebar
    How do i change the size of the sidebar, I want to have it as small as possible
    3) sidebar active links
    How do i change the color of the active links? And remove the small lines…
    4) color
    We want to keep the site as simple as possible, therefor we changed the color of font and buttons to #777777, but now on the contact page, you cannot see the place where you can enter the e-mail, subject etc. Can I change the behavior of the contact page?

    Thanks for the help!

    Site

    My custom CSS:

    .main_menu ul:first-child > li > a { color: #ffffff !important; }
    .sidebar_left.sidebar {
    text-align: left;
    }
    .widget_nav_menu a {
    display: block;
    padding: 4px 0px 0px 0;
    text-decoration: none;
    }
    .sidebar a, .sidebar a > {
    color: #777777 ! important;
    .sidebar a:hover, .sidebar a> {
    color: #333333 ! important;
    .sidebar .widget .seperator {
    display: none;
    }
    .widget .seperator.extralight-border{
    display: none;
    }

    • This topic was modified 10 years, 1 month ago by damensr.
    #328483

    Any update yet?

    #328489

    Hi!

    1- Please go to Enfold theme options > General Layout > Dimensions
    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-main-nav > li > a {
    border: none!important;
    }
    .html_header_sidebar #header .av-main-nav li.current-menu-item > a .avia-menu-text {
    color: orange;
    }

    If that does not work, please post the link to your website

    Cheers!
    Yigit

    #331869
    This reply has been marked as private.
    #332167

    Hey!

    Add this to disable the main menu:

    nav.main_menu {
    display: none !important;
    }

    You can change the content | sidebar ratio on Enfold > General Layout > Dimensions panel.

    Cheers!
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.