Okay
  Public Ticket #3632068
Text color in accordion and others
Closed

Comments

  •  12
    Alberto started the conversation

    Good morning everyone and congratulations again for Montoya.
    I'm currently working based on your "about" demo page in localhost for a project using Elementor.
    In the acciordion section I cannot make the text appear in any way (see screenshot), acting on containers and subcontainers.
    I'm using custom fonts and wanted to know what classes I should use to change the font size in the Hero Section.

    My project with Montoya will be a landing page, is there any way to exclude the menu?

    thanking you in advance

    Alberto

    Attached files:  not text.jpg

  •  1,810
    Support replied

    Hello Alberto, we have received your ticket and we will process it today.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1,810
    Support replied

    Hi Alberto, make sure the accordion shortcode is inside a container. In the container options, you have the Background type set to "first." Change it to "LIGHT.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  12
    Alberto replied

    Perfect it works.

    What about other questions, fonts class and how to create a landing page without menu?

    Thanks a lot


    Alberto

  •  1,810
    Support replied

    Hello Alberto,

    Coming back to your second and third question:

    - custom fonts: to directly answer you question the css selector responsible for the hero title font family is .primary-font-title however this CSS class is not assigned only to the hero title so a more correct way is 

    .hero-title.primary-font-title

    so in this regard we have

    .hero-title.primary-font-title {

        font-family: ... ;

    }

    the three dots represent the actual font family. And then you can add the code to customizer -> additional CSS

    Now, there is also another way to change the font title for hero using our Typography section in customizer but the category corresponding to hero title includes also some other elements; so this may not work if you want to change the font family ONLY for the hero title.

    More details on how to setup the Typography section can be found in online documentation

    http://clapat-themes.com/helpcenter/montoya/documentation-theme-theme-options.html

    Scroll down to 'Typography'

    - you can hide the menu with CSS but it hides from ALL pages

    set the menu as overlay menu in customizer -> header settings and then apply the following CSS in customizer -> additional CSS

    .button-wrap.menu {

        display: none;
    }

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  12
    Alberto replied

    Thank you very much.


    Alberto