Tagged: x
-
AuthorPosts
-
March 28, 2016 at 8:01 am #855042
Hi there!
The accent thickness changes on my site, depending on the size of the txt of the heading. So I would like the accent to have always the same thickness. How can I fix this?
Thanks a million!
March 28, 2016 at 8:02 am #855043This reply has been marked as private.March 28, 2016 at 8:27 am #855068Hi,
You can add this under Custom > CSS in the Customizer.
.h-custom-headline.accent span:before, .h-custom-headline.accent span:after { height: 1px !important; }
You may change 1px to achieve your desired result.
Thanks
March 28, 2016 at 8:45 am #855087Perfect ! thanks, the support of this theme is amazing!
March 28, 2016 at 9:12 am #855107You’re very welcome 🙂
April 1, 2016 at 8:04 am #862517For some reason (maybe cause of update?) this solution doesn’t work anymore!
April 1, 2016 at 5:43 pm #863185Hi there,
This is how it currently looks like on my end:
If you wish to change the thickness of the lines, please find this code in the customizer then adjust the height value:
.h-custom-headline.accent span:before, .h-custom-headline.accent span:after { height: 3px !important; }
April 2, 2016 at 7:38 am #863728Haaa okay yes it’s because of my zoom percentage was not 100% sorry for taking your time.
April 2, 2016 at 10:31 pm #864261No problem at all, thanks!
-
AuthorPosts