Okay
  Public Ticket #865930
Many doubts
Closed

Comments

  •  2
    Andy started the conversation

    Hi! I have a few questions

    - I need the menu font to be smaller and in Montserrat light version typography.

    - The menu link in the home is different from the others screens. I need them to be grey color like the others.

    - I also need to turn off the scrolling down effect in the "Estudio" page. Also in the same page, the font looks different when I see it in mobile devices.

    Thanks for your time

    Regards


  •  1,558
    Laborator replied

    Hi Andy,

    — Use the following CSS in the Custom CSS area:

    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu>ul>li:nth-child(n+1)>a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu>li:nth-child(n+1)>a {
      font-weight: 500;
      font-size: 25px
    }

    — As I could see they all look the same to me, can you take a screenshot of the problem?

    —  See image instructions:


    (view large version)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Andy replied

    Hi Art, thank you very much for your answer.

    I send you a screenshot with the problem. The background has to be white, so if the menu link is white it will not be visible. I need the link item to be grey.

    Sorry I have another question, all the paragraph in "Estudio" section and the description of all the portfolio items need to be smaller, can you give me the CSS so I can change it?.

    Thanks!

    Regards

  •  1,558
    Laborator replied

    Hi Andy,

    Use the following CSS in that page to get the menu link in grey:

    .menu-bar.menu-skin-dark .ham:after, .menu-bar.menu-skin-dark .ham:before, .menu-bar.menu-skin-dark .ham {
        background-color: #CCC !important;
    }
    

    And use this only in the Estudios page Custom CSS which is in the page editor:

    .section-title p {
      font-size: 12px !important;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Andy replied

    Art

    Thank you very much. You have been very helpful. 

    Have a nice day!

    Kind regards!

  •  1,558
    Laborator replied

    Hi Andy,

    If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance!

    Have a great week :)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group