• Resolved Halliwell

    (@halliwell)


    Hello everyone!

    I’m using Zenon Lite as Template and for those who know, this only has 3 options to change the font of the texts and titles, however I would like to use a specific one to the title (or even take off the title and use a Logo instead) but I’m not quite sure how to do it.

    What should I do ?

    Thank you so much !

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hey there Halliwell,

    How are you doing today?

    This can be done with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    .logo h1 a {
    font-family: "Times New Roman", Georgia, Serif;
    }

    Replace the font with the one of your choice. Here you can find list of websafe fonts: https://www.w3schools.com/cssref/css_websafe_fonts.asp.

    If this doesn’t work could you please post link to your site so I can take a look?

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter Halliwell

    (@halliwell)

    Hi Bojan !

    I’m doing great thank you! What about you?

    I followed your instructions about installing the simple custom CSS and it worked perfectly! Just what I wanted ! ??
    I also used that plugin you told me to change the color and the size of the title and it really worked, I’m very grateful for your answer and suggestions!

    By the way, I’ve some other doubts, when I create posts, is appears in the end of the post like some buttons that came by default with the thee to facebook, google plus and other unknown websites, but I would like to take them off.

    You can see what I’m talking about in the following link:

    https://www.gagamagazineonline.com/hello-world/

    You have any idea on how to get rid of them?

    Thank you once again!

    Hey again,

    Sure thing! You can remove those by adding the following CSS code:

    .social_buttons {
    display: none;
    }

    This should remove the social icons in your single post pages.

    Best regards,
    Bojan

    Thread Starter Halliwell

    (@halliwell)

    Thank you again for the help ! It worked!!!!

    Just one last question (I’m sorry for being so annoying) but as you can see, in my Home Page, it appears the posts in the end of the site, the most recent ones, and I like that. But is there anyway that I can create a Page and they also appear there? (Like in cubes, equal to the front page) and not just the title?
    I would love to have them in both places.
    I made some searchs on google and it’s something about the settings > reading but I made the changes I’ve read on internet but nothing happened…

    Please let me know if I didn’t explain myself well

    Thank you once again for taking your time to help me!

    Hey again,

    Reading settings allows you to have blog posts displayed on your home page if you select “Your latest posts” option and to display your custom page with your posts being displayed on other page.

    If that is what you want go to Settings / Reading and select your front page to display static page and then select your home page and the page where your blog posts will be displayed (https://screencast.com/t/3o4v802br44).

    This way you can add any content instead of posts on your home page.

    Hope this helps ??

    Best regards,
    bojan

    Thread Starter Halliwell

    (@halliwell)

    I think it’s not really that, at least I tried to do what you did and my site didn’t even open when I choose HOME to be the static page (probably because that menu is supposed to redirect to home page when you click on it)
    And when I click on NEWS page, it appears the home page.

    I would like the posts to appear like they are now (in homepage) but also on the other menu I created you know?

    Hey again Halliwell,

    Did you actually create News page? You have to create it in pages in order for posts to be displayed on it when you set that in Settings >> Reading.

    As for posts being displayed on both home page and another that is not possible unless your theme has blog template which lite version doesn’t have.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter Halliwell

    (@halliwell)

    Hi !

    Oh I understand! It’s ok just appearing on homepage, thank you for all of your help! Have a good carnival ??

    Hey there,

    Glad I could help ??

    Cheers,
    Bojan

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to change the font of the title of the header?’ is closed to new replies.