Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #914260

    How do I increase the height (line spacing) between the headline – HEADING TEXT and SUBHEADING below. Section SPECIAL HEADING.

    #914267

    Hey uuniversal,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .av-special-heading .av-special-heading-tag {
        margin-bottom: 10px;
    }

    Just adjust the bottom margin. Hope this helps :)

    Best regards,
    Nikko

    #914277

    Yes, thx.
    And one more question, I’d like to add a shadow under the entire column when mouse clicks, like the pages below. Is that it?

    #914368

    Hi,

    Do you want to apply it on the Special Heading? also it’s on mouse hover. The code should look something like:

    #top .av-special-heading:hover, 
    #top .av-special-heading:focus {
        box-shadow: 0 0.1875rem 0.625rem 0 rgba(79,90,109,0.3);
        color: inherit;
    }

    if it’s not working or not the special heading, please give us a link and point us where you want it applied.

    Best regards,
    Nikko

    #914576

    Hi,
    No SPECIAL HEADING. The shadow should be under the entire LAYOUT ELEMENTS 1/3 section, when mouse hover and clicks. Just like here https://www.moo.com/uk/products.html

    #914654

    Hi,

    Yes, can you post a link to your page where you want it to be applied? so we can give you the css code that should work.

    Best regards,
    Nikko

    #914765

    yes, testing page here: http://www.muse.infoimage.cz/ THX.

    #914828

    Hi,

    I have checked your site however it seems that the image and the text below it isn’t in the same grid, can you try to put them on the same grid and also turn on Custom CSS Classes: https://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and add a class name to it for example mycolumn. Let us know if you have done this and we’ll try to check and write a css code for it.

    Best regards,
    Nikko

    #914847

    OK,
    Test page created http://www.muse.infoimage.cz/testing/ , all columns have their own class – mycolumn ,
    Best regards UNI

    #914867

    Hi,

    Thanks, try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .mycolumn {
        transition: box-shadow 200ms linear, opacity 200ms;
    }
    
    #top .mycolumn:hover, 
    #top .mycolumn:focus {
        box-shadow: 0 1px 10px 3px rgba(79,90,109,0.3);
    }
    
    #top .mycolumn span.image-overlay.overlay-type-extern {
        display: none !important;
    }
    
    #top .mycolumn .av_textblock_section {
        padding: 0 20px 10px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #914870

    Perfect, perfect support! THX. Shadow I just slightly reduced, otherwise it is excellent. Look: http://www.muse.infoimage.cz/testing/

    #914875

    Hi,

    Glad that we could help :) Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    #914877

    THX. Close this thread.

    #914904

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Increase the height between the title’ is closed to new replies.