Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #855042

    mhbmartijn
    Participant

    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!

    #855043

    mhbmartijn
    Participant
    This reply has been marked as private.
    #855068

    Paul R
    Moderator

    Hi,

    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

    #855087

    mhbmartijn
    Participant

    Perfect ! thanks, the support of this theme is amazing!

    #855107

    Thai
    Moderator

    You’re very welcome 🙂

    #862517

    mhbmartijn
    Participant

    For some reason (maybe cause of update?) this solution doesn’t work anymore!

    #863185

    Jade
    Moderator

    Hi 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;
    }
    #863728

    mhbmartijn
    Participant

    Haaa okay yes it’s because of my zoom percentage was not 100% sorry for taking your time.

    #864261

    Rad
    Moderator

    No problem at all, thanks!