Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #108461
    wouwonline
    Participant

    Hi, i use kathmandu pro, and was wondering if I can make the title and tagline of the page another color (#213045)
    Now it’s black, and I cannot find the option in the customizer.

    I also want less space between the logo and the menu, there is a lot of white space now. Hope it’s possible in CSS.

    Thanks

    http://familiezaak-wf.nl/

    #108463
    wouwonline
    Participant

    I also would like to vertical align the Site title , next to the logo (now it’s vertical centered on top).

    + I want to change the text ‘continue reading’ in the slider. Where can I change that?

    thanks!

    #108468
    Mahesh
    Keymaster

    @wouwonline: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #site-title a, 
    #site-description {
        color: #213045;
    }
    
    #header-right {
    	padding-top: 0;
    }

    For some reasons, I cannot see your site title and tagline.

    For changing ‘continue reading’ text, go to Dashboard=> Appearance=> Customize=> Theme Options=> Excerpt/More Tag Settings and change More Tag Text text

    Regards,
    Mahesh

    #108559
    wouwonline
    Participant

    Thank you!

    How can I change the footer text ‘Theme: Catch Kathmandu Pro’?

    #108561
    Mahesh
    Keymaster

    @wouwonline: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Footer Editor Options and edit the text in Footer Editor.

    Regards,
    Mahesh

    #109006
    wouwonline
    Participant

    Thanks!

    Now you can see the title and tagline again on: http://familiezaak-wf.nl/

    It looks okay now, only on mobile it’s not nice. Is it possible to make the font smaller of the Title, only for mobile?

    #109090
    Pratik
    Keymaster

    Hi @wouwonline,

    Try following code in Appearance=> Customize=> Additional CSS:

    
    @media screen and (max-width: 360px) {
        #site-title {
            font-size: 1.4rem; /*INCREASE/DECREASE FONT-SIZE*/
        }
    }
    

    Regards,
    Pratik

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change color of Site title and tagline + less space between logo and menu’ is closed to new replies.