Home › Forums › Gillion Theme › Change of line height in headline
Home › Forums › Gillion Theme › Change of line height in headline
Hi there,
many thanks for your recent help ā but i have another problem to solve.
The line height in the 3 colum-area in the lower part of the page has too much space. I tried to make changes with custom css in wp-bakery, but this doesn’t work.
Any solutions?
Hi Roger,
I hope you are well today and thank you for your question.
You can reduce its space by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.home .blog-style-grid article { margin-bottom: 10px; } .home .vc_custom_1508848656313 { margin-bottom: 40px !important; }
Best regards,
Shufflehound team
… put it in the custom css, but actually i don’t see any difference.
Want to change the linehight of the headline.
The above shared CSS code removes space around the line.
If you want to reduce thickness of line then you can do so by using below custom CSS code.
#page-container .vc_separator.vc_sep_border_width_3 .vc_sep_holder .vc_sep_line { border-top-width: 1px; }
No, what i want is to change the linehight of the h1 headline. It’s 48px for a pointsize of 30px, the linehight should be 34 or 36px.
All the headlines I found on your site home page are H2 and not H1 so please tell me specifically which headline you are talking about.
Please share screenshots in png or jpeg format in this forum as requested you in your following topic
https://support.shufflehound.com/forums/topic/custom-css-2/#post-28828
Solution for this topic
You can change it using below CSS code.
#page-container .vc_pageable-slide-wrapper .vc_gitem-post-data-source-post_title h1, #page-container .vc_pageable-slide-wrapper .vc_gitem-post-data-source-post_title h1 a { line-height: 30px !important; }
yeah, that’s it.
Thank you
You are most welcome here š