Okay
  Public Ticket #1595284
Text size logo and next-previouw links
Closed

Comments

  •  1
    Joris started the conversation

    Hi guys and girls at the Kalium-support,

    Been using the theme for some time now, but recently started tweaking some stuff in order to further develop my webpage (still early-version so to say), however I encounter two text-styles I cannot change, and would like to change:

    - first is the brand logo, I would like to customize font and height for that (differrent font than the font I use on the website itself), because it is all-text and a PNG isn't 'sharp' enough;

    - second are the next-previous links on a single blog page, how can I change that text style in custom CSS?

    Thankx in advance!

  •  1,559
    Laborator replied

    Hi Joris,

    1. Using the Typography section where the fonts are loaded you can click on the + Add new selector button, add the selector below:

    .main-header .header-logo
    

    And customize the text logo, for more please follow our typography section in theme documentation to learn how to manage the fonts throughout the theme.


    2. I don't quite know what you want to change in them but this is a basic CSS selector where you can add more rules:

    .post-navigation--label strong {
        font-size: 20px;
    }
    

    Have a great week!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    Joris replied

    Thanks a lot!! Worked perfectly!!

  •  1,559
    Laborator replied

    You're welcome Joris!

    P.S: 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!


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group