How to set 'Text logo' and 'Text logo tagline' font and size?

Posted in: Newspaper
Post count: 15

Hi again guys !
Progressing quickly on the construction of our new website thanks to Newspaper ! 🙂
Can you tell me where I can set the font and size of the site “Text logo title”? I found where to adjust colour but not font and size.
Many thanks in advance for your answer !

Post count: 15

I have had a look around the forum and pasted the following CSS in the ‘Custom CSS’ box to adjust logo and logo tagline font and size. No success, which doesn’t come as a surprise to me as I don’t know any CSS and it was blind guessing. Can anybody help? Thanks in advance.

.td-politics .td-header-style-10 .td-logo-text {
font-family: ‘Crete Round’, serif;
font-size: 30px;
}

.td-politics .td-header-style-10 .td-tagline-text {
font-family: ‘Great Vibes’, cursive;
font-size: 15px;
}

Post count: 23312

Hello LGA2017,

Your code seems to be not good because you are not using the right classes. Because I do not have your website, I tried on our demo to create a custom code for logo text. For example, try the code below and place it in Theme panel->Custom CSS area and change the style.

The code is ->

.td-politics .td-header-style-11 .td-logo-text {
font-size: 95px;
}
.td-politics .td-header-style-11 .td-tagline-text {
font-size: 25px;
font-family: "Arimo";
letter-spacing: 2.8px;
}

And the result is here -> https://www.screencast.com/t/pfuZk9nu50

Thanks for the message!

Post count: 15

Hello Catalin,

I am using header style 10 and not 11 as shown in this screenshot here : https://www.screencast.com/t/KDMpiKKwIB. I have however tried your code and selected style header 11 to check that addition of custom CSS in the CSS box was working and it seems it doesn’t. Nothing changes on the site. I then cleared all browser caches, but nothing changes. I admit I am stuck.

Post count: 23312

Hello LGA2017,

After you have added the code in the custom CSS box, try to clear all the caches and check the results. Also, you should try to add the !important tag after each rule and see how it happens.
If the problem is still there, please send us an email at contact@tagdiv.com with your log-n information (wp-admin) so we can further inspect it closer your setup page. Provide the link to this page so we can quickly identify you.

Thanks for the message!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.