Okay
  Public Ticket #3121853
Text cropped
Closed

Comments

  • Tim started the conversation

    Why is some text getting cropped?

  • Tim replied

    Also,

    I think hyperlinked text is automatically black. How can i change this, since my background is black as well.
    When i change it on the right side, it is not working.



  • Tim replied

    Sorry, one more question haha. 

    When my 'portfolio titles' are longer, the text is not showing like it should. 


  •  1,974
    Support replied

    Hi Tim, just to let you know we have received your ticket and we will process it tomorrow.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1,974
    Support replied

    Hi,

    Please give us access. Now we have this message:

    Sorry, we zijn bezig met werkzaamheden op de site

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Tim replied

    i changed it

  •  1,974
    Support replied

    Please add this in Customizer > Aditional CSS:



    .light-content a {
      color: #fff
    }

    h1.has-mask span, h1.has-mask span > span {
            line-height:70px;
            height:70px;
            margin-right:12px;
        }
        
        h2.has-mask span, h2.has-mask span > span {
            line-height:50px;
            height:50px;
            margin-right:10px;
        }
        
        h3.has-mask span, h3.has-mask span > span {
            line-height:42px;
            height:42px;
            margin-right:8px;
        }    
        
        h4.has-mask span, h4.has-mask span > span {
            line-height:38px;
            height:38px;
            margin-right:7px;
        }
        
        h5.has-mask span, h5.has-mask span > span {
            line-height:30px;
            height:30px;
            margin-right:6px;
        }
        
        h6.has-mask span, h6.has-mask span > span {
            line-height:26px;
            height:26px;
            margin-right:5px;
        }


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1,974
    Support replied

    Add this also for title to keep the text on single row:

    .title {
      white-space: nowrap;
    }

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy