Home Forums Themes Support HelpDesk Logo and and Nav Bar

Viewing 8 reply threads
  • Author
    Posts
    • #19774

      Hi,

      I would like to know is it possible to keep the nav bar at the top of the page instead of being sticky and moving the page while scrolling.

      Also, is it possible to change the logo size(hard code size), depending on the size of the screen it appears on.

      Thanks

      Attachments:
      You must be logged in to view attached files.
    • #19777

      update: found the sticky header option and turned it off.

      open issue now: logo size

    • #19799

      Hi,

      Please add below code

      .jas-branding a img {width: 115px;}

      And change number as you want.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #19803

      Thanks!

      Can you have a sticky header on certain pages? Also, can you custom the CSS on the  nav menu – mobile

      Thanks, Harry!

       

    • #19832

      Hi,

      1. By default the sticky header work on all pages

      2. I still don’t understand. Can you explain more?

      Thanks

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #19848

      Hi Harry,

      Sorry for not being more clearer.

      In the image below is the mobile Nav bar from the theme. I would like to know if from a CSS point of view can it be styled.

      Thanks!

      Attachments:
      You must be logged in to view attached files.
    • #19865

      Hi,

      This menu on mobile have more CSS to style. so what you want to change with this menu(font-size, text-color,..)? please more clear

      Thanks

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #20037

      Hi,

      I would like to style the menu colour, font-family and font-size.

      Thanks

    • #20050

      Hi,

      Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      #jas-mobile-menu ul li a {
      	color: #343434;
      	font-size: 15px;
             font-family: "Open Sans";
      }
      #jas-mobile-menu ul li:hover a {
      	color: #002e5b !important;
      }

      and change color, font-family and font-size as you want.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 8 reply threads

You must be logged in to reply to this topic.