Hi guys,
I am not too much used to forums and didn’t know whether to answer to my previous item or add a new one so I did both. Sorry for that ! :-/
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;
}
Hi Simion,
Thanks a lot for your answer ! I have tried Catalin’s solution on Style Header 11 even though I want to use Style Header 10 (screenshot : https://www.screencast.com/t/KDMpiKKwIB). This revealed the more profound problem that the custom CSS code pasted in the CSS box isn’t taken into account. I admit I am stuck and don’t know what to do next. My website is : https://www.la-grece-autrement.fr but you will unfortunately not be able to see it because I have “EZP Coming Soon Page” ON.
Hi,
For header style 10 you can try it like this (you can modify the values in the code)
Before – https://www.screencast.com/t/F44uUaL6l
After adding the code – https://www.screencast.com/t/UBOtjLWMw5
The code must be entered in Theme panel->Custom Css
.td-header-style-10 .td-logo-text-container .td-logo-text {
font-size: 95px;
}
.td-header-style-10 .td-logo-text-container .td-tagline-text {
font-size: 25px;
font-family: "Arimo";
letter-spacing: 2.8px;
}
Here is a guide to help you identify the elements on the page and the classes used, in order to create custom code that you can use in the theme panel
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi,
I would like to add more space underneath my logo and above the menu. How can I do that?
Please see – http://culvercitycatalyst.co
Password is: catalystin2018
Hi,
@cccadmin I could give you a code for that, something like this
– https://www.screencast.com/t/2odI0OxLtyi
You can increase the value if you want, then enter it in Theme panel->Custom CSS section
.td-header-style-10 .td-logo-wrap-full {
min-height: 150px;
line-height: 150px;
}
Thanks