Okay
  Public Ticket #1113698
Changing portfolio title individually with custom css
Closed

Comments

  •  8
    Michal started the conversation

    Hi, I know you can adjust pretty much everything in TypoLab as far as fonts are concerned but I need to complicate things slightly more and I would need to have different title font sizes. I'm sure I can do it in custom CSS but no idea how to phrase it exactly. Would you kindly help?

  •  1,558
    Laborator replied

    Hi Michal,

    Font settings can be completely managed through the TypoLab watch this videoand there is no need to use the Custom CSS, please take some time to watch this video and read our Typography documentation.


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  8
    Michal replied

    Thank you for your reply Art. However I still can't find a way to have different portfolio title font sizes in different portfolio items. I can only see how to change the title sizes uniformly for all the portfolio sizes. What I'm trying to achieve is various title font sizes in particular portfolio items. Is that even possible?

  •  1,558
    Laborator replied

    Hi Michal,

    If you mean for single portfolio items, then you can do that by pasting the following CSS:

    .single-portfolio-holder .title h1 {
      font-size: 50px;
    }
    .single-portfolio-holder .section-title p {
      font-size: 30px;
    }
    

    In the Custom CSS of that portfolio item, this way it will be only valid for that item. If you want to change the title of each item in portfolio page then you can't specify independently which items title to change.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  8
    Michal replied

    Sorry Art, I probably didn't make myself clear enough - I meant the titles in the masonry view - as in the attachment. 

  •  1,558
    Laborator replied

    Hi Michal,

    Please follow our documentation article on how to change fonts of the site that are not listed in the typography, there is also a video there.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  8
    Michal replied

    Ok, thanks a lot Art.