Text Logo Size

  • Posted in : Read WP
  • bryan
    Participant

    Hi,
    I’ve found a few threads close to what I was looking for but I’m still on the search, I’m just wondering how to change the text logo size and font? I’d like it smaller and possibly change the font, I’m guessing theres a CSS code for it but I’m not sure.
    Thanks for any help.

    Mehmet S.
    Keymaster

    Font size: Go to Documentation > Font Size Customizations.

    Font type: Go to Documentation > Live Customizer.

    bryan
    Participant

    Thanks Mehmet.
    Is there a way to decrease the space between the site title and tagline?
    I’ve tried:
    .site-title { margin-bottom: 0px; }
    .site-description { margin-top: 0px; }

    but nothing changed.

    Best
    Bryan

    bryan
    Participant

    I got it, I had to set it into the negative (-20px) and it worked with the css above.
    Bryan

    labnoon
    Participant

    HI guys,
    this is probably a very dumb question, but where can I find Documentation?

    Thank you

    Mehmet S.
    Keymaster

    Hi, you can download the package from ThemeForest.

    labnoon
    Participant

    OH thank you! it’s embarrassing I didn’t know about this existence of this! very useful.
    any way I tried the code to change the size of the text, modifying the value of 5, but it doesn’t work. strange.

    ahmetsali
    Keymaster

    @labnoon

    try this custom css to change the site title font size;

    h1.site-title {
        font-size: 4em;
    }
    
    labnoon
    Participant

    Hi! thanks! this is exactly what I found in the documentation and it doesn’t work! very strange.

    ahmetsali
    Keymaster

    @labnoon

    provide your url and let’s see what’s wrong.

    labnoon
    Participant

    Hi Ahmet!
    my site is http://www.labnoon.com, I also tried another custom css I found to edit the size of each post, but that doesn’t work either!

    .blog-posts .entry-title {
    font-size: 20px;
    }

    ahmetsali
    Keymaster

    @labnoon

    you have a syntax error on your custom css codes;

    body {background-color:#F4F2EC;}
    
    }
    

    duplicate close bracket at that point it breaks the code after that. Remove that extra closing bracket then it should be fine.

    labnoon
    Participant

    @ahmetsali wow thank you very much I corrected it! but there are two problems, one is that when I open the post the title is still as big as it was before, and it’s not pretty.
    and the code provided in the documentation to resize the text still doesn’t work.

    h1.site-title {
    font-size: 4em;
    }

    ahmetsali
    Keymaster

    @labnoon

    try this one;

    .blog-posts .entry-title, .single-post .entry-title {
    font-size: 20px;
    }
    
Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register