Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1692920
Navigation Menu
Closed

Comments

  • Calvern started the conversation

    I currently have the sidebar header selected. Is it possible to have the sub menus i.e Travels and Gives forced to be expanded by default. At the moment you have to select the menu to open the sub menu but is it possible to have the sub menu open by default?

    Also is it possible to make the header narrower. There is a lot of white space which is the issue.

    I also need to change the font in the header/navigation menu, namely the font size, color and font family.

  •  1,845
    Elated replied

    Hello there,

    Thank you for writing in!

    1)In order to have the sub menus expanded by default you can try using this code (Please copy the code to Appearance > Customize > Additional CSS field):

    nav .second {
      display: block!important;
    }

    2)In order to make header narrower please copy the code to Appearance > Customize > Additional CSS field:

    .eltd-header-vertical .eltd-vertical-menu-area, .eltd-header-vertical .eltd-vertical-area-background {
      width: 200px!important;
    }

    3)In order to change fonts in the header please copy the code to Appearance > Customize > Additional CSS field:

    .eltd-header-vertical .eltd-vertical-menu>ul>li>a {
      font-family: Times New Roman!important;
      font-size: 16px!important;
      color:#000!important;
    }

    And to change font in the submenu:

    .eltd-header-vertical .eltd-vertical-dropdown-toggle .second .inner ul li a{
      font-family: Times New Roman!important;
      font-size: 13px!important;
      color:#000!important;
    }

    Please let us know if there's anything else we can do for you!

    Thank You,
    Kind Regards,
    Norah


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Calvern replied

    Hi Norah,

    Thank you so much that really helped.

    I have another follow up question.

    So I'm using the WPBakery page builder and there is a slider carousel that I'm using on the homepage and it works great but if I navigate to another page on the site and come back it breaks the carousel and just displays all the images. Refreshing the page fixes it but not sure why its breaking in the first place.

    Also there is a small gap of white space to the left of the heading, is it possible to move the heading all the way to the left? Also same thing with the sidebar on the right is it possible to set the positioning to the absolute right?

    I can't seem to specify the size of the logo in the header. It's very small and no matter what size image I upload its always the same size. So where in the css is it specifying the size. If I need to address it in the Additional CSS what do I need to address it as?

    Also is there a way I can create blog post templates. Seems like I don't have a choice of the layout when I create blog posts.

    Kind Regards

    Calvern

  •  1,845
    Elated replied

    Hello Calvern,

    You are welcome! Hope you had great weekend!

    1)Regarding your first issue(with a slider) would you mind providing us with login credentials (in Private Reply) and site url, so we can take a closer look?

    2)I guess that you are referring to this space:

    I case you are please copy this code in Appearance > Customize > Additional CSS:

    .eltd-header-vertical .eltd-vertical-area-background, .eltd-header-vertical .eltd-vertical-menu-area {
        left: 0px!important;}

    As I can see(from the screenshot) you had already set right position for your sidebar, please let me know if you have any further issue regarding this question.

    3)Regarding logo you should try trimming empty pixels from your logo image directly. Recommend logo side is twice as big than the logo image you want to see on your website, so your logo should be 420px wide.

    4)You can choose in your post backend one of 6 Post formats:

    Also, you can use options in Elated Options>Blog>Blog Single to further customize your posts.

    If none of this suits your needs, please be more specific about the effect you are trying to achieve.

    Please let us know if there's anything else we can do for you!
    Thank You,
    Kind Regards,
    Norah


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.