Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1130150
    Jeffrey S
    Participant

    Hi, good evening!

    Could you please check out the image in the attachment. How can make the text in
    the thumbnail look like the Item that is highlighted with a pink border.

    – I would like the text to be lowercast
    – And have the text seperate in 2 lines and also be able to control where the brake is. I would like the show
    the type content first (like logo, website, E-mail template etc.) And on the second rule the name of the client.

    Really hope you can help with this.

    Have a nice evening.

    Kind regards,
    Jeffrey

    #1130460
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve your issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .site .h-entry-cover span {
        /* you can use <code>capitalize, lowercase, uppercase</code> */
        text-transform: capitalize; 
        
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
    }

    Please let us know if this works out for you.

    #1131019
    Jeffrey S
    Participant

    Hi Rue Nel,

    Thank you for your reply. It is looking better now but how can align the text verticaly to make it centerd in the middle?
    Also the font size looks smaller now (I know its but its just looking because its lovercase now.) How can I increase the
    size about 2 px?

    Thanks in advance.

    Have a nice evening. Kind regards,
    Jeffrey

    #1131255
    Nico
    Moderator

    Hi There,

    Please share us your screenshot again and reduce it size so that you could upload it properly. Atleast 512kb.

    And don’t forget to share us your URl also.

    Thanks.

    #1132275
    Jeffrey S
    Participant
    This reply has been marked as private.
    #1132493
    Nabeel A
    Moderator

    Hi again,

    Thank you for the credentials. Add the following code in your Customizer:

    .page-template-template-layout-portfolio-php .h-entry-cover {
        top: calc(100% - 78px) !important;
        font-size: 16px !important;
    }

    Let us know how this goes!

    #1133024
    Jeffrey S
    Participant

    Good morning Nabeel,

    Thank you! It works perfect!

    Have a nice day.

    Kind regards,
    Jeffrey

    #1133220
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1130150 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>