Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1371733

    Dear support,

    On this page the heading is very long – https://forcecertification.com/da/portfolio-item/god-energiledelse-hos-coops-og-ambitioese-maal/ – and I would like to change the line height. When using the line-height: xxpx; it does not seem to work when changing the value of xx. Also not when using !important.

    What is the trick?

    Also, I would like the heading not to be a hyperlink because it does not make any sense, as far as I can see, to have a headline linking to itself.

    How to change that?

    Best,

    Chrilles

    #1371740

    Hi Chrilles,

    Can you try to clear cache from Siteground Optimizer and temporarily disable it? see if this helps.

    Best regards,
    Nikko

    #1371746

    It doesn’t help.
    I have provided a login link if you would like to have a look.

    Best,

    chrilles

    #1371775

    Hi Chrilles,

    I have added these CSS codes on top of your Quick CSS:

    #top #wrap_all .main-title {
        line-height: 1.3;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    #top #wrap_all .main-title a {
        cursor: auto;
        pointer-events: none;
    }

    The first block of code changes the line-height then adds top and bottom padding (just adjust the values as you see fit).
    The second block of code removes the link.
    There was some illegal CSS code in your CSS which I have removed and you might need to clear your browser cache before the effect shows properly.

    Best regards,
    Nikko

    #1371778

    Thanks a lot again Nikko! You are so helpful.

    I am happy now :-)

    Best,

    Chrilles

    #1371781

    Hi Chrilles,

    We are glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Unable to change line height for heading #top h1 a,’ is closed to new replies.